diff options
author | shaun <shaun@FreeBSD.org> | 2006-10-07 14:34:15 +0000 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-10-07 14:34:15 +0000 |
commit | e4434eaa0e51385d8be5e952658d1bd8fa3869cc (patch) | |
tree | 9289599a210b1d7433c041a49edf3fecc01ed89b /textproc/sdcv | |
parent | cda9ecdadbc8d085591ab29bf3a77eed0b0a03fb (diff) | |
download | FreeBSD-ports-e4434eaa0e51385d8be5e952658d1bd8fa3869cc.zip FreeBSD-ports-e4434eaa0e51385d8be5e952658d1bd8fa3869cc.tar.gz |
Mark BROKEN on sparc64.
PR: ports/104088
Submitted by: chinsan (maintainer)
Reported by: kris
Diffstat (limited to 'textproc/sdcv')
-rw-r--r-- | textproc/sdcv/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/sdcv/Makefile b/textproc/sdcv/Makefile index 9cc13f6..d42d08e 100644 --- a/textproc/sdcv/Makefile +++ b/textproc/sdcv/Makefile @@ -13,11 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= chinsan@FreeBSD.org COMMENT= A text-based utility for work with dictionaries in StarDict's format -NOT_FOR_ARCHS= sparc64 -NOT_FOR_ARCHS_REASON_sparc64= does not compile - USE_BZIP2= yes -#USE_GCC= 3.3+ USE_ICONV= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 @@ -44,8 +40,8 @@ MAN1= sdcv.1 BROKEN= Doesn't build on FreeBSD 4.x .endif -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -BROKEN= Doesn't build on 64-bit platforms +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= Doesn't build on 64-bit platforms .endif post-patch: |