diff options
author | gerald <gerald@FreeBSD.org> | 2006-02-22 05:34:01 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-02-22 05:34:01 +0800 |
commit | c5b223ab96bfc72bcd77b39d61b4f9aad25d078a (patch) | |
tree | 0b9ed2f1c9b765ba91123543e3b31cc8f1118000 /lang/gcc44/Makefile | |
parent | c225c34d7eb77820bf6c1c04c9ea4962080c3e35 (diff) | |
download | freebsd-ports-gnome-c5b223ab96bfc72bcd77b39d61b4f9aad25d078a.tar.gz freebsd-ports-gnome-c5b223ab96bfc72bcd77b39d61b4f9aad25d078a.tar.zst freebsd-ports-gnome-c5b223ab96bfc72bcd77b39d61b4f9aad25d078a.zip |
Update to the 20060218 snapshot of GCC 4.2.0.
Remove USE_REINPLACE= as advised by new portlint. Also note that at
least some of the installation hierarchy problems with libgomp have
been fixed now due to my report upstream.
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r-- | lang/gcc44/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 66ceb0b25cd3..51231453b04e 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.2.0 -PORTREVISION= 20060211 +PORTREVISION= 20060218 CATEGORIES= lang java VERSIONSTRING= 4.2-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -34,7 +34,6 @@ USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes USE_PERL5_BUILD=yes -USE_REINPLACE= yes .if defined(WITH_JAVA_AWT) USE_GNOME= gtk20 USE_X11= yes |