diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-16 01:31:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-16 01:31:58 +0000 |
commit | efd3830f38faa0eca31dabfbd2ce708b6c45263a (patch) | |
tree | 21a9b604b8e8633c1a971091f247a7384581af5e /chinese/xsim | |
parent | ee35d188a209aa8ccacf3f483fb7c0bd1d5e84c2 (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/Makefile | 8 |
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> |