mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Force linker path so libobjc.so will still be found.
Pointed out by: kris
This commit is contained in:
parent
3b02be7d56
commit
c36bd24ce7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95805
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user