diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 11:56:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 11:56:38 +0000 |
commit | c2bc6db2db27f1eceeb621c090b12d958fceced4 (patch) | |
tree | 88334cf3909d2e3fcaad36f3f03e487d6acb24da /chinese/libtabe/Makefile | |
parent | - This also need pear-PEAR. (diff) |
BROKEN on amd64: Does not compile
Diffstat (limited to '')
-rw-r--r-- | chinese/libtabe/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index 95ea923107bc..5613b24b9efe 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -39,6 +39,10 @@ CONFIGURE_ARGS+= --with-db-inc=${LOCALBASE}/include/db2 .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + pre-fetch: .if !defined(USE_DB2) @${ECHO} -- |