aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc47/Makefile
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2005-11-14 08:28:31 +0800
committergerald <gerald@FreeBSD.org>2005-11-14 08:28:31 +0800
commite856348bebca9eda68357d81c8c7ec5a4a517602 (patch)
tree7ac2f41246afaa7d1eb618a5e26a5f2608e48ac5 /lang/gcc47/Makefile
parentbbffd712a3592d192e5afae6835e131df872a61b (diff)
downloadfreebsd-ports-gnome-e856348bebca9eda68357d81c8c7ec5a4a517602.tar.gz
freebsd-ports-gnome-e856348bebca9eda68357d81c8c7ec5a4a517602.tar.zst
freebsd-ports-gnome-e856348bebca9eda68357d81c8c7ec5a4a517602.zip
Update to the 20051112 snapshot of GCC 4.1.0 (which requires a fix to
build with GCC 2.95 that I already submitted upstream as well). Add a long missing dependency on USE_ICONV=yes.[1] PR: 88894 [1] Submitted by: Björn König" <bkoenig@cs.tu-berlin.de> [1]
Diffstat (limited to 'lang/gcc47/Makefile')
-rw-r--r--lang/gcc47/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile
index 8ec424a57745..ced84cc6ca87 100644
--- a/lang/gcc47/Makefile
+++ b/lang/gcc47/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gcc
PORTVERSION= 4.1.0
-PORTREVISION= 20051029
+PORTREVISION= 20051112
CATEGORIES= lang java
VERSIONSTRING= 4.1-${PORTREVISION}
MASTER_SITES= ${MASTER_SITE_GCC}
@@ -32,6 +32,7 @@ NOT_FOR_ARCHS= alpha
USE_BISON= yes
USE_BZIP2= yes
USE_GMAKE= yes
+USE_ICONV= yes
USE_PERL5_BUILD=yes
USE_REINPLACE= yes
.if defined(WITH_JAVA_AWT)