diff options
author | linimon <linimon@FreeBSD.org> | 2009-08-17 11:44:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-08-17 11:44:37 +0800 |
commit | 8dc2f215fd4424a09b0c88e427955f785c2801e4 (patch) | |
tree | 62c1a6b69f402da5085c64ae6670e5aefee7c1b6 /textproc/domc | |
parent | 2a3443917842ab0e4a909824f840d71165e5397d (diff) | |
download | freebsd-ports-gnome-8dc2f215fd4424a09b0c88e427955f785c2801e4.tar.gz freebsd-ports-gnome-8dc2f215fd4424a09b0c88e427955f785c2801e4.tar.zst freebsd-ports-gnome-8dc2f215fd4424a09b0c88e427955f785c2801e4.zip |
Mark as broken on sparc64-8 due to duplicate definition of strlen.
Unclear if amd64-8 is affected as well.
Hat: portmgr
Diffstat (limited to 'textproc/domc')
-rw-r--r-- | textproc/domc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile index a20ad3792066..38fed0fcd134 100644 --- a/textproc/domc/Makefile +++ b/textproc/domc/Makefile @@ -33,4 +33,10 @@ USE_LDCONFIG= yes PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000 +BROKEN= Does not compile on sparc64-8: duplicate definition of strlen +.endif + +.include <bsd.port.post.mk> |