diff options
Diffstat (limited to 'lang/gnustep-objc')
-rw-r--r-- | lang/gnustep-objc/Makefile | 3 |
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 |