diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-30 08:41:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-30 08:41:53 +0000 |
commit | 9da75d3024fa13a13e5ee52a4d68059d8c9f9455 (patch) | |
tree | 21dc6f4d91ad3e254d825f889cc83f16e918dfbd /chinese | |
parent | - Update to 0.99.5 (diff) |
- Chase scim shlib bump and gcc-3.4 fix
Notes
Notes:
svn path=/head/; revision=115061
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/scim-chinese/Makefile | 3 | ||||
-rw-r--r-- | chinese/scim-pinyin/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/chinese/scim-chinese/Makefile b/chinese/scim-chinese/Makefile index 4bf06a740841..c01ef604dd1a 100644 --- a/chinese/scim-chinese/Makefile +++ b/chinese/scim-chinese/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}" 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}" |