diff options
Diffstat (limited to 'chinese/scim-chinese/Makefile')
-rw-r--r-- | chinese/scim-chinese/Makefile | 3 |
1 files changed, 2 insertions, 1 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}" |