summaryrefslogtreecommitdiff
path: root/chinese/xsim
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-16 01:31:58 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-16 01:31:58 +0000
commitefd3830f38faa0eca31dabfbd2ce708b6c45263a (patch)
tree21a9b604b8e8633c1a971091f247a7384581af5e /chinese/xsim
parentForced commit to add rationale. (Note: this port was previously (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91379
Diffstat (limited to 'chinese/xsim')
-rw-r--r--chinese/xsim/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/xsim/Makefile b/chinese/xsim/Makefile
index 65f0065a589d..20eb920c1c7f 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 <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
${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 <bsd.port.mk>
+.include <bsd.port.post.mk>