aboutsummaryrefslogtreecommitdiffstats
path: root/devel/zthread/Makefile
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2004-02-17 17:05:16 +0800
committerlinimon <linimon@FreeBSD.org>2004-02-17 17:05:16 +0800
commit37e69c1b2c74896284ed3691c3585f7145094c81 (patch)
tree55f355d3ff1816f3dd91e46cc979a1c7a656b349 /devel/zthread/Makefile
parent2dccf25a2057179e46743d08f9f8218f85015398 (diff)
downloadfreebsd-ports-gnome-37e69c1b2c74896284ed3691c3585f7145094c81.tar.gz
freebsd-ports-gnome-37e69c1b2c74896284ed3691c3585f7145094c81.tar.zst
freebsd-ports-gnome-37e69c1b2c74896284ed3691c3585f7145094c81.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.
Diffstat (limited to 'devel/zthread/Makefile')
-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: