diff options
author | kris <kris@FreeBSD.org> | 2004-11-19 06:32:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-19 06:32:06 +0800 |
commit | 03b32dcc057c1729348c61a4b65b75cff4b4a351 (patch) | |
tree | e03659025c78137bce9c5d461c8fe1379e1c0b51 /chinese/chinput3 | |
parent | cd8961d8599fd3b24c07bb99d853f48c5723bb78 (diff) | |
download | freebsd-ports-graphics-03b32dcc057c1729348c61a4b65b75cff4b4a351.tar.gz freebsd-ports-graphics-03b32dcc057c1729348c61a4b65b75cff4b4a351.tar.zst freebsd-ports-graphics-03b32dcc057c1729348c61a4b65b75cff4b4a351.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'chinese/chinput3')
-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 861cdbe1203..5de02d1b4ed 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: |