diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-24 05:04:25 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-24 05:04:25 +0000 |
commit | 4262e055758b023d5396d07b01dde000bbbdf8c5 (patch) | |
tree | 59760985f30ea9853fa060ce2e13df1624770e2c /Mk | |
parent | b0735936dd72ef0f7299012590dc48bc291c0dfb (diff) | |
download | ports-4262e055758b023d5396d07b01dde000bbbdf8c5.tar.gz ports-4262e055758b023d5396d07b01dde000bbbdf8c5.zip |
- note reason why INSTALL_SHLIBS is needed
Notes
Notes:
svn path=/head/; revision=211872
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gnustep.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.gnustep.mk b/Mk/bsd.gnustep.mk index 986da9eddfc7..70fe30a24a19 100644 --- a/Mk/bsd.gnustep.mk +++ b/Mk/bsd.gnustep.mk @@ -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 |