aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-03 10:08:36 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-03 10:08:36 +0000
commit4df358a3b96927706fb0c409d0836e6b4b93bd06 (patch)
treeabed927cca20dbe9dcdd8efb4382bc26e09f22ed /lang
parent2b7bcde1e2e20b985baff8055d64f73958608b6f (diff)
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/gnustep-objc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile
index b841ebf51c9c..2a0eab9a74f9 100644
--- a/lang/gnustep-objc/Makefile
+++ b/lang/gnustep-objc/Makefile
@@ -17,6 +17,9 @@ MASTERDIR?= ${.CURDIR}/../../lang/gcc32
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB}
+# does not build on:
+NOT_FOR_ARCHS= amd64
+
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif