diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-12-15 01:12:39 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-12-15 01:12:39 +0800 |
commit | abf008b1249655d2622586fc4e861ce6ae91650e (patch) | |
tree | 347f841a2106cdabcd321ab852d5b2c6f4288101 /x11-toolkits | |
parent | 14a51622bad0c90c5fade43e91b2f1507df8502f (diff) | |
download | freebsd-ports-gnome-abf008b1249655d2622586fc4e861ce6ae91650e.tar.gz freebsd-ports-gnome-abf008b1249655d2622586fc4e861ce6ae91650e.tar.zst freebsd-ports-gnome-abf008b1249655d2622586fc4e861ce6ae91650e.zip |
- Force linker path so libobjc.so will still be found.
Pointed out by: kris
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 43c9bea7bf8c..68e36a029545 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -61,13 +61,11 @@ PLIST_SUB+= USE_XLIB="" USE_XDPS="@comment " USE_ART="@comment " .include <bsd.port.pre.mk> -.if defined(WITH_GNUSTEP_DEVEL) TARGLIB!= (cd ${PORTSDIR}/${GNUSTEP_OBJC_PORT} && make -V TARGLIB) ADDITIONAL_LDFLAGS+= -L${TARGLIB} MAKE_ENV+= ADDITIONAL_LDFLAGS="${ADDITIONAL_LDFLAGS}" MAKE_FLAGS+= messages=yes -.endif .if ${OSVERSION} < 500000 ADDITIONAL_LDFLAGS+= -L/usr/lib -lcipher |