diff options
author | gerald <gerald@FreeBSD.org> | 2010-11-22 13:45:17 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-11-22 13:45:17 +0800 |
commit | 0713e457ad2bb9e62d64acb32cb46f47e9b5a6a8 (patch) | |
tree | c6c08dbbdbd3ee2e6074762793cfc69a5979436b /lang/gcc46/Makefile | |
parent | fadc753a43fdb6233832e260e2933c6f98b6d50b (diff) | |
download | freebsd-ports-gnome-0713e457ad2bb9e62d64acb32cb46f47e9b5a6a8.tar.gz freebsd-ports-gnome-0713e457ad2bb9e62d64acb32cb46f47e9b5a6a8.tar.zst freebsd-ports-gnome-0713e457ad2bb9e62d64acb32cb46f47e9b5a6a8.zip |
Update to the 20101120 snapshot of GCC 4.6.0. This brings libquadmath
(better support for 128 bit floating point types, which for now poisons
global include file namespace though this won't be an issue before GCC
4.7 and I have reported it upstream).
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 27b5f555ca98..ab71871342aa 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gcc -PORTVERSION= 4.6.0.20101113 +PORTVERSION= 4.6.0.20101120 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} |