aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-25 16:50:41 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-25 16:50:41 +0000
commit0a991f82856487692f45bfaeaf04a70a15eb32e0 (patch)
tree285117643123b3d88d93ccdbd46dbfbdb35689b5 /devel
parent4d0826cf7b27384f10a9a06393dd91cca7310fa9 (diff)
downloadports-0a991f82856487692f45bfaeaf04a70a15eb32e0.tar.gz
ports-0a991f82856487692f45bfaeaf04a70a15eb32e0.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/gnustep-make/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile
index 988cafd6cdc2..149b4a1f7de0 100644
--- a/devel/gnustep-make/Makefile
+++ b/devel/gnustep-make/Makefile
@@ -25,6 +25,10 @@ CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c"
CONFIGURE_ARGS+= --with-thread-lib="${PTHREAD_LIBS}"
CONFIGURE_ARGS+= --with-config-file=${GNUSTEP_PREFIX}/GNUstep.conf
CONFIGURE_ARGS+= --with-layout=gnustep
+.if defined(GNUSTEP_WITH_LIBOBJC2) || defined(GNUSTEP_WITH_CLANG)
+CONFIGURE_ARGS+= --with-objc-lib-flag=-l:libobjc.so.16
+LDFLAGS+= -L${LOCALBASE}/lib
+.endif
GNU_CONFIGURE_PREFIX= ${GNUSTEP_PREFIX}
post-patch: