diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-09-17 09:11:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-09-17 09:11:55 +0000 |
commit | 320a91564b096a2a1d88f774d0ea7b5df2bbb2e8 (patch) | |
tree | 3f172d1f76d5372f3ad3d875857912b4983b8dd3 /lang/eperl | |
parent | 5d9e1a3231f266bd63353f7ffd6d040cc2c91d69 (diff) | |
download | ports-320a91564b096a2a1d88f774d0ea7b5df2bbb2e8.tar.gz ports-320a91564b096a2a1d88f774d0ea7b5df2bbb2e8.zip |
Notes
Diffstat (limited to 'lang/eperl')
-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: |