summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-10-12 04:39:34 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-10-12 04:39:34 +0000
commit5f86da4fbe4f12693360e832443ac0d82e9c8e23 (patch)
tree974d339979a8cfcfe888c39e420a140f63a2f8f1
parent* Update to 2.6.8 (diff)
- run ldconfig on the GNUstep dir only
- add IGNORE if make.conf is not set up
Notes
Notes: svn path=/head/; revision=118776
-rw-r--r--lang/gnustep-objc/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile
index b9fa88137140..6a6eb2739077 100644
--- a/lang/gnustep-objc/Makefile
+++ b/lang/gnustep-objc/Makefile
@@ -25,6 +25,11 @@ MAKEFILE= GNUmakefile
ALL_TARGET=
NO_MTREE= yes
INSTALLS_SHLIB= yes
+LDCONFIG_DIRS= ${LOCALLIBDIR}
NOT_FOR_ARCHS= ia64 amd64
+.if !defined(GNUSTEP_WITH_BASE_GCC)
+IGNORE= conflicts: libobjc is used from lang/gcc-objc
+.endif
+
.include <bsd.port.mk>