diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-22 01:09:04 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-22 01:09:04 +0000 |
commit | 49e1e955a71257d6cb8e8fc4312acd57b0437c8c (patch) | |
tree | c23578c03eb1e5c5f4107bef79f66a8e49a9d804 /chinese/libchewing/Makefile | |
parent | Update to 2.14.3. (diff) |
- Require newer GCC to build, fix build on 4.x
PR: 97573
Submitted by: Rong-En Fan
Notes
Notes:
svn path=/head/; revision=163053
Diffstat (limited to 'chinese/libchewing/Makefile')
-rw-r--r-- | chinese/libchewing/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile index e2bfa54d5b76..81da1d37bd16 100644 --- a/chinese/libchewing/Makefile +++ b/chinese/libchewing/Makefile @@ -15,6 +15,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= The Chewing intelligent phonetic input method library USE_GNOME= gnomehack pkgconfig +USE_GCC= 3.2+ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |