diff options
author | shaun <shaun@FreeBSD.org> | 2006-10-07 22:34:15 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-10-07 22:34:15 +0800 |
commit | e4434eaa0e51385d8be5e952658d1bd8fa3869cc (patch) | |
tree | 9289599a210b1d7433c041a49edf3fecc01ed89b /textproc | |
parent | cda9ecdadbc8d085591ab29bf3a77eed0b0a03fb (diff) | |
download | freebsd-ports-gnome-e4434eaa0e51385d8be5e952658d1bd8fa3869cc.tar.gz freebsd-ports-gnome-e4434eaa0e51385d8be5e952658d1bd8fa3869cc.tar.zst freebsd-ports-gnome-e4434eaa0e51385d8be5e952658d1bd8fa3869cc.zip |
Mark BROKEN on sparc64.
PR: ports/104088
Submitted by: chinsan (maintainer)
Reported by: kris
Diffstat (limited to 'textproc')
-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 9cc13f6811e9..d42d08eb4f1c 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: |