- note reason why INSTALL_SHLIBS is needed

This commit is contained in:
Dirk Meyer 2008-04-24 05:04:25 +00:00
parent b0735936dd
commit 4262e05575
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211872

View File

@ -515,6 +515,8 @@ TARGLIB!= (cd ${PORTSDIR}/${GNUSTEP_GCC_PORT} && make -V TARGLIB)
#
.if defined(USE_GNUSTEP_LDCONFIG)
.for i in ${USE_GNUSTEP_LDCONFIG}
# don't remove INSTALLS_SHLIB, see ports/123042
#USE_LDCONFIG+= ${i}
LDCONFIG_DIRS+= ${i}
.endfor
INSTALLS_SHLIB= yes