From 8dc2f215fd4424a09b0c88e427955f785c2801e4 Mon Sep 17 00:00:00 2001 From: linimon Date: Mon, 17 Aug 2009 03:44:37 +0000 Subject: Mark as broken on sparc64-8 due to duplicate definition of strlen. Unclear if amd64-8 is affected as well. Hat: portmgr --- textproc/domc/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'textproc/domc/Makefile') 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 +.include + +.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000 +BROKEN= Does not compile on sparc64-8: duplicate definition of strlen +.endif + +.include -- cgit