diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-04-23 13:51:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-04-23 13:51:23 +0800 |
commit | a07eb16204e0d16e3971be78906d0a1bce6ecfb8 (patch) | |
tree | dc9f3b72e0a97d0004e869f9812e9727f953061d /Mk | |
parent | dfb103b63f4f79f72111e2f3e1040f429c297a28 (diff) | |
download | freebsd-ports-gnome-a07eb16204e0d16e3971be78906d0a1bce6ecfb8.tar.gz freebsd-ports-gnome-a07eb16204e0d16e3971be78906d0a1bce6ecfb8.tar.zst freebsd-ports-gnome-a07eb16204e0d16e3971be78906d0a1bce6ecfb8.zip |
- back out last (approved) commit
substitution fails, pointhat run did not reveal the problem.
using USE_LDCONFIG+=${i} does not work.
USE_LDCONFIG is still broken with custom PREFIX
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gnustep.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gnustep.mk b/Mk/bsd.gnustep.mk index 644fd65e8a51..986da9eddfc7 100644 --- a/Mk/bsd.gnustep.mk +++ b/Mk/bsd.gnustep.mk @@ -517,7 +517,7 @@ TARGLIB!= (cd ${PORTSDIR}/${GNUSTEP_GCC_PORT} && make -V TARGLIB) .for i in ${USE_GNUSTEP_LDCONFIG} LDCONFIG_DIRS+= ${i} .endfor -USE_LDCONFIG= yes +INSTALLS_SHLIB= yes .endif # eof |