aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-02-17 17:05:16 +0800
committerMark Linimon <linimon@FreeBSD.org>2004-02-17 17:05:16 +0800
commit29a1df4401ffacab279bf91ef551642e9adff591 (patch)
tree73f72d67e6ad88910429217052d64df447e72f21
parentb84c2b6058cfbe6c0a50f932b69f58cdaf539325 (diff)
downloadfreebsd-ports-gnome-29a1df4401ffacab279bf91ef551642e9adff591.tar.gz
freebsd-ports-gnome-29a1df4401ffacab279bf91ef551642e9adff591.tar.zst
freebsd-ports-gnome-29a1df4401ffacab279bf91ef551642e9adff591.zip
Unmark as broken on -current; really, it's only broken on non-i386,
due to the usual misuse of ints as pointers. Notified maintainer.
-rw-r--r--devel/zthread/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/zthread/Makefile b/devel/zthread/Makefile
index bb9be964c15b..d0b732df8ab4 100644
--- a/devel/zthread/Makefile
+++ b/devel/zthread/Makefile
@@ -26,8 +26,8 @@ EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.if ${ARCH} != i386
+BROKEN= "Does not compile on ${ARCH}; mixes pointers and ints"
.endif
post-install: