diff options
author | kwm <kwm@FreeBSD.org> | 2011-10-30 03:01:59 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-10-30 03:01:59 +0800 |
commit | 4428d4a2870a19fd2d2ecddc3813ddf5d81dafcd (patch) | |
tree | bd8a2088309288e74fbee65780d40df31928a708 /chinese | |
parent | d970f7fbce8eafa6dc8776cd613101977376fa42 (diff) | |
download | freebsd-ports-gnome-4428d4a2870a19fd2d2ecddc3813ddf5d81dafcd.tar.gz freebsd-ports-gnome-4428d4a2870a19fd2d2ecddc3813ddf5d81dafcd.tar.zst freebsd-ports-gnome-4428d4a2870a19fd2d2ecddc3813ddf5d81dafcd.zip |
Fix build with FreeBSD 10
Approved by: portmgr (miwi)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/cconv/Makefile | 1 | ||||
-rw-r--r-- | chinese/libchewing/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/chinese/cconv/Makefile b/chinese/cconv/Makefile index d386b2c16372..d762f760f119 100644 --- a/chinese/cconv/Makefile +++ b/chinese/cconv/Makefile @@ -15,6 +15,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simplified-Traditional Chinese conversion tool GNU_CONFIGURE= yes +WITH_FBSD10_FIX=yes USE_ICONV= yes USE_LDCONFIG= yes diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile index d8d29b011d31..dbd245305034 100644 --- a/chinese/libchewing/Makefile +++ b/chinese/libchewing/Makefile @@ -15,6 +15,7 @@ COMMENT= The Chewing intelligent phonetic input method library USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes +WITH_FBSD10_FIX=yes USE_LDCONFIG= yes USE_BZIP2= yes |