- mark NOT_FOR_ARCHS for amd64

This commit is contained in:
Dirk Meyer
2003-08-03 10:08:36 +00:00
parent 2b7bcde1e2
commit 4df358a3b9

View File

@@ -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