1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

- fix linking with gnustep 1.9.0 (devel)

This commit is contained in:
Dirk Meyer 2003-12-10 22:05:21 +00:00
parent 96f87c1c98
commit 4fdf47149a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95572

View File

@ -61,6 +61,14 @@ 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
MAKE_ENV+= ADDITIONAL_LDFLAGS="${ADDITIONAL_LDFLAGS}"