diff options
author | clsung <clsung@FreeBSD.org> | 2005-03-16 15:09:07 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-03-16 15:09:07 +0800 |
commit | 22df415716bca4b479d853144994d8479bda0131 (patch) | |
tree | ed3f68452ce534c52d0cf4f1152c4aeeba9e6924 /chinese | |
parent | b49d855964f2afffd437bdb445a59b09c293a548 (diff) | |
download | freebsd-ports-gnome-22df415716bca4b479d853144994d8479bda0131.tar.gz freebsd-ports-gnome-22df415716bca4b479d853144994d8479bda0131.tar.zst freebsd-ports-gnome-22df415716bca4b479d853144994d8479bda0131.zip |
- scim-chewing does not work on 5.x/6 due to C++ compiler difference
- bump PORTREVISION
PR: 78894
Submitted by: leafy <leafy AT leafy dot idv dot tw>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/scim-chewing/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chinese/scim-chewing/Makefile b/chinese/scim-chewing/Makefile index 4996ddc83ff6..077e750ff4fb 100644 --- a/chinese/scim-chewing/Makefile +++ b/chinese/scim-chewing/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-chewing PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= chinese MASTER_SITES= http://chewing.csie.net/download/scim/ @@ -23,6 +23,8 @@ USE_GMAKE= yes USE_LIBTOOL_VER= 15 USE_REINPLACE= yes +CONFIGURE_ENV+= CPPFLAGS="-D__STDC_ISO_10646__" + post-patch: @${REINPLACE_CMD} -e 's,/1.0.0/,/,g' ${WRKSRC}/src/Makefile.in @@ -32,5 +34,4 @@ post-install: @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' @${ECHO} - .include <bsd.port.mk> |