diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-12-14 17:12:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-12-14 17:12:39 +0000 |
commit | c36bd24ce791a2aabf29e5b8b54ffb2c71b98a50 (patch) | |
tree | 943e815bb10c0fdab625b03084049d8bb5b249d5 /x11-toolkits | |
parent | - Update to version 1.1 (diff) |
- Force linker path so libobjc.so will still be found.
Pointed out by: kris
Notes
Notes:
svn path=/head/; revision=95805
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 |