diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-02-17 09:05:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-02-17 09:05:16 +0000 |
commit | 29a1df4401ffacab279bf91ef551642e9adff591 (patch) | |
tree | 73f72d67e6ad88910429217052d64df447e72f21 /devel/zthread | |
parent | b84c2b6058cfbe6c0a50f932b69f58cdaf539325 (diff) | |
download | ports-29a1df4401ffacab279bf91ef551642e9adff591.tar.gz ports-29a1df4401ffacab279bf91ef551642e9adff591.zip |
Notes
Diffstat (limited to 'devel/zthread')
-rw-r--r-- | devel/zthread/Makefile | 4 |
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: |