diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-31 10:29:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-31 10:29:17 +0000 |
commit | 645bcb58dc54808f014486c54455633c7356a0c4 (patch) | |
tree | 1cf697624292e3c851b11103ddcfbbdde2be3c74 /textproc/xerces-c | |
parent | 4ff2584a244a34ab39a17c491942136979ae38da (diff) | |
download | ports-645bcb58dc54808f014486c54455633c7356a0c4.tar.gz ports-645bcb58dc54808f014486c54455633c7356a0c4.zip |
Notes
Diffstat (limited to 'textproc/xerces-c')
-rw-r--r-- | textproc/xerces-c/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile index d1920698f646..cc3607046b80 100644 --- a/textproc/xerces-c/Makefile +++ b/textproc/xerces-c/Makefile @@ -42,6 +42,10 @@ PLIST_SUB+= XERCESC_VER=${PORTVERSION:S/./_/g} \ .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= "Does not build on amd64" +.endif + pre-configure: ${CHMOD} 700 ${CONFIGURE_WRKSRC}/runConfigure ${CHMOD} 700 ${CONFIGURE_WRKSRC}/configure |