diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:18:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:18:49 +0000 |
commit | 497b406cda3f7f76cd1aa32d807cb814ffa7f507 (patch) | |
tree | fbd1dcbc0201e9e2423e2a9447111e33566093b1 /devel/zthread | |
parent | Trigger is a free rally car racing game. Fun for all the family! You (diff) |
Now builds on !i386
Notes
Notes:
svn path=/head/; revision=132946
Diffstat (limited to 'devel/zthread')
-rw-r--r-- | devel/zthread/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/zthread/Makefile b/devel/zthread/Makefile index 5fb0588f9e3e..cc3fefba2589 100644 --- a/devel/zthread/Makefile +++ b/devel/zthread/Makefile @@ -26,10 +26,6 @@ PORTDOCS= * .include <bsd.port.pre.mk> -.if ${ARCH} != i386 -BROKEN= "Does not compile on ${ARCH}; mixes pointers and ints" -.endif - .if ${OSVERSION} < 500000 USE_GCC= 3.3 .endif |