diff options
author | linimon <linimon@FreeBSD.org> | 2010-09-17 17:11:55 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-09-17 17:11:55 +0800 |
commit | f0a1b9daf358d5c51555fca0d46b4771155e65d2 (patch) | |
tree | f167ad6335c611bcddf9f027f313965ada1816fe /lang | |
parent | 671e4ff0afb8a12ab4f041c94f112288ca2c362c (diff) | |
download | freebsd-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/Makefile | 3 |
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: |