aboutsummaryrefslogtreecommitdiff
path: root/devel/ice
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-02-01 06:55:07 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-02-01 06:55:07 +0000
commit7740c34a0e944c70092d630f28d54653f0b5d7a9 (patch)
tree0451785d92893f66340a9501bbad4a89f774e084 /devel/ice
parent1d14939ea89157adb837bfe936e2b0ef53df3401 (diff)
downloadports-7740c34a0e944c70092d630f28d54653f0b5d7a9.tar.gz
ports-7740c34a0e944c70092d630f28d54653f0b5d7a9.zip
Mark as broken on sparc64: fails to link.
Notes
Notes: svn path=/head/; revision=206548
Diffstat (limited to 'devel/ice')
-rw-r--r--devel/ice/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ice/Makefile b/devel/ice/Makefile
index e6bae81f12c6..79d6ebc3f216 100644
--- a/devel/ice/Makefile
+++ b/devel/ice/Makefile
@@ -28,14 +28,14 @@ CFLAGS+= -DNDEBUG
.endif
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500028
-BROKEN= does not compile on systems prior to 5.x
-.endif
-
.if ${ARCH} == "ia64"
BROKEN= does not compile on ia64
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= fails to link
+.endif
+
.if ((${ARCH} != i386) && (${ARCH} != powerpc))
MAKE_ENV= LP64=yes
.endif