diff options
-rw-r--r-- | lang/gnustep-objc/Makefile | 5 |
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> |