- Force linker path so libobjc.so will still be found.

Pointed out by: kris
This commit is contained in:
Dirk Meyer 2003-12-14 17:12:39 +00:00
parent 3b02be7d56
commit c36bd24ce7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95805

View File

@ -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