diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-23 10:08:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-23 10:08:49 +0000 |
commit | c1dedb99c62f46361cea2fa07f7aa215f3173616 (patch) | |
tree | 750e3d96bc64f212339fc8f5efd91ad4283dc4ef /chinese/chinput3/Makefile | |
parent | db359f58ff8ac4afff542dadc320cde164458320 (diff) | |
download | ports-c1dedb99c62f46361cea2fa07f7aa215f3173616.tar.gz ports-c1dedb99c62f46361cea2fa07f7aa215f3173616.zip |
Notes
Diffstat (limited to 'chinese/chinput3/Makefile')
-rw-r--r-- | chinese/chinput3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chinese/chinput3/Makefile b/chinese/chinput3/Makefile index 043a9ab7f1c9..2e68863e126f 100644 --- a/chinese/chinput3/Makefile +++ b/chinese/chinput3/Makefile @@ -28,6 +28,10 @@ PKGMESSAGE= ${WRKDIR}/pkg-message BROKEN= "Does not compile on FreeBSD-4.x/Alpha" .endif +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64 (needs -fPIC)" +.endif + pre-build: @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} \ -e 's|-lc_r|${PTHREAD_CFLAGS} ${PTHREAD_LIBS}|' |