diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-01-28 00:32:50 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-01-28 00:32:50 +0000 |
commit | 129c25a0bf403351fbbeabf1e90986fc4e26e1a1 (patch) | |
tree | a427ae7f0c795bd4e7d0629267f845f007d7b4a4 /lang | |
parent | 1accf2f7e0c4ed70477a6518d9b13211efc836f7 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc34/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 364240dadb39..cb860bc20a74 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -27,6 +27,7 @@ LATEST_LINK?= gcc${SUFFIX}${PKGNAMESUFFIX} USE_BISON= yes USE_BZIP2= yes USE_GMAKE= yes +USE_ICONV= yes USE_PERL5_BUILD=yes PATCH_WRKSRC= ${SRCDIR} |