aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-09-17 17:11:55 +0800
committerlinimon <linimon@FreeBSD.org>2010-09-17 17:11:55 +0800
commitf0a1b9daf358d5c51555fca0d46b4771155e65d2 (patch)
treef167ad6335c611bcddf9f027f313965ada1816fe /lang
parent671e4ff0afb8a12ab4f041c94f112288ca2c362c (diff)
downloadfreebsd-ports-gnome-f0a1b9daf358d5c51555fca0d46b4771155e65d2.tar.gz
freebsd-ports-gnome-f0a1b9daf358d5c51555fca0d46b4771155e65d2.tar.zst
freebsd-ports-gnome-f0a1b9daf358d5c51555fca0d46b4771155e65d2.zip
Mark as broken on sparc64: fails to compile.
Hat: portmgr
Diffstat (limited to 'lang')
-rw-r--r--lang/eperl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/eperl/Makefile b/lang/eperl/Makefile
index 2ccf256a2037..e30e68cfa3f8 100644
--- a/lang/eperl/Makefile
+++ b/lang/eperl/Makefile
@@ -41,6 +41,9 @@ MAN1= eperl.1
.if ${OSVERSION} >= 701101
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-eperl_proto.h \
${PATCHDIR}/extra-patch-eperl_parse.c
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64: duplicate definition of strndup
+.endif
.endif
test: