From 22595865dbdf22a96edbb1a26e1b6783a899f33f Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 18 Mar 2004 12:43:55 +0000 Subject: BROKEN on amd64 and ia64: Missing -fPIC --- chinese/xsim/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'chinese/xsim') diff --git a/chinese/xsim/Makefile b/chinese/xsim/Makefile index 587edc074928..3e3ccdf76449 100644 --- a/chinese/xsim/Makefile +++ b/chinese/xsim/Makefile @@ -23,6 +23,12 @@ USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cn-locale=EUC +.include + +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +BROKEN= "Does not compile on amd64 or ia64 (missing -fPIC)" +.endif + post-patch: @${REINPLACE_CMD} -e 's,,,' \ ${WRKSRC}/xsim/IMdkit/IMConn.c @@ -35,4 +41,4 @@ post-install: @${CP} -R ${WRKDIR}/usr/local/xsim/dat/* ${DATADIR}/dat @${SED} -e 's,%%X11BASE%%,${X11BASE},g' < ${PKGMESSAGE} -.include +.include -- cgit v1.2.3