diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:32:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:32:06 +0000 |
commit | 2b5b0ca7af1a65cb3fda76a861387ecd66b4745c (patch) | |
tree | 4c944a8aca3485506066d8b7d4b6935e47c4f36a /chinese | |
parent | BROKEN on sparc64: Does not compile (diff) |
BROKEN on !i386: Does not compile
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/chinput3/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chinese/chinput3/Makefile b/chinese/chinput3/Makefile index 861cdbe12038..5de02d1b4ed0 100644 --- a/chinese/chinput3/Makefile +++ b/chinese/chinput3/Makefile @@ -24,12 +24,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD-4.x/Alpha" -.endif - -.if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64 (needs -fPIC)" +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" .endif post-patch: |