aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/scim-pinyin/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-07-30 16:41:53 +0800
committerpav <pav@FreeBSD.org>2004-07-30 16:41:53 +0800
commit7de2c2051f4c10fe20e8101273c0c627ca8958ae (patch)
tree050e5d2a2d667722ac11e5a7ce41d4d699b3b0c3 /chinese/scim-pinyin/Makefile
parentcd86eabac118b8422d6fe7bac174c9aee95e784f (diff)
downloadfreebsd-ports-gnome-7de2c2051f4c10fe20e8101273c0c627ca8958ae.tar.gz
freebsd-ports-gnome-7de2c2051f4c10fe20e8101273c0c627ca8958ae.tar.zst
freebsd-ports-gnome-7de2c2051f4c10fe20e8101273c0c627ca8958ae.zip
- Chase scim shlib bump and gcc-3.4 fix
Diffstat (limited to 'chinese/scim-pinyin/Makefile')
-rw-r--r--chinese/scim-pinyin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/scim-pinyin/Makefile b/chinese/scim-pinyin/Makefile
index 4bf06a740841..c01ef604dd1a 100644
--- a/chinese/scim-pinyin/Makefile
+++ b/chinese/scim-pinyin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= scim-chinese
PORTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= chinese
MASTER_SITES= http://freedesktop.org/~suzhe/scim-chinese/
@@ -21,7 +22,7 @@ USE_X_PREFIX= yes
USE_ICONV= yes
USE_GMAKE= yes
USE_LIBTOOL_VER= 15
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
LDFLAGS="-L${LOCALBASE}/lib -lintl" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"