diff options
author | gerald <gerald@FreeBSD.org> | 2009-11-30 01:15:04 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-11-30 01:15:04 +0800 |
commit | ff38ddf3ca4dc59071843795a0ecf721eb3ea944 (patch) | |
tree | 2fefa8e5c8171fe67fd70a1b6f2225da9545dd25 /lang/gcc46/Makefile | |
parent | 3198ddbd3bba59157daf07f43500a31f05b61b58 (diff) | |
download | freebsd-ports-gnome-ff38ddf3ca4dc59071843795a0ecf721eb3ea944.tar.gz freebsd-ports-gnome-ff38ddf3ca4dc59071843795a0ecf721eb3ea944.tar.zst freebsd-ports-gnome-ff38ddf3ca4dc59071843795a0ecf721eb3ea944.zip |
Update to the 20091126 snapshot of GCC 4.5.0. Among others this fails
to build emulators/wine due to problems with debuginfo, but then this
is more of an experimental port than anything, so always use with care.
Diffstat (limited to 'lang/gcc46/Makefile')
-rw-r--r-- | lang/gcc46/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 1e539b049aec..85b49227f3c7 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gcc -PORTVERSION= 4.5.0.20091119 +PORTVERSION= 4.5.0.20091126 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} |