aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-09-15 13:58:22 +0000
committerSimon Barner <barner@FreeBSD.org>2005-09-15 13:58:22 +0000
commit91ad395280f583ec179b919c73f36d0baebcf211 (patch)
tree891934e87ce244772146ea4b9797f9efe040c592 /chinese
parent06b7f64bbd5132375205242d561515e48b716cbc (diff)
downloadports-91ad395280f583ec179b919c73f36d0baebcf211.tar.gz
ports-91ad395280f583ec179b919c73f36d0baebcf211.zip
Notes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/xsim/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/chinese/xsim/Makefile b/chinese/xsim/Makefile
index 94bddda38423..087d2d03556b 100644
--- a/chinese/xsim/Makefile
+++ b/chinese/xsim/Makefile
@@ -25,9 +25,8 @@ CONFIGURE_ARGS= --with-cn-locale=eucCN
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-BROKEN= "Does not compile on amd64 or ia64 (missing -fPIC)"
-.endif
+CFLAGS+= -fPIC
+MAKE_ARGS+= gcclib=`${CXX} -print-file-name=libgcc_pic.a`
post-patch:
@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \