diff options
author | gerald <gerald@FreeBSD.org> | 2013-12-02 09:32:15 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-12-02 09:32:15 +0800 |
commit | b7f730cee4703005db467499097c3f725b7dfb74 (patch) | |
tree | 67f472ad1433abac31c9e4b755a981f4c408eb01 /lang | |
parent | 8ca0c7ab9551cf0f70c15b88c2aa94026ab4532b (diff) | |
download | freebsd-ports-gnome-b7f730cee4703005db467499097c3f725b7dfb74.tar.gz freebsd-ports-gnome-b7f730cee4703005db467499097c3f725b7dfb74.tar.zst freebsd-ports-gnome-b7f730cee4703005db467499097c3f725b7dfb74.zip |
Update to the 20131130 snapshot of GCC 4.7.4.
No longer add -I${LOCALBASE}/include to CFLAGS.
Since we now configure with --with-gmp=${LOCALBASE} this is no longer
necessary, and due to bugs in binutils (which should not install ansidecl.h
into ${PREFIX}/include) and GCC (which should search its own include
directories with higher priority) can lead to build failures.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc47/Makefile | 3 | ||||
-rw-r--r-- | lang/gcc47/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 9aa20397e671..74eb7ae0a301 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc47 -PORTVERSION= 4.7.4.20131123 +PORTVERSION= 4.7.4.20131130 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} @@ -64,7 +64,6 @@ WRKSRC= ${WRKDIR}/build TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include .if empty(PORT_OPTIONS:MBOOTSTRAP) CONFIGURE_ARGS+=--disable-bootstrap .else diff --git a/lang/gcc47/distinfo b/lang/gcc47/distinfo index b4af872376f9..08ae5981017a 100644 --- a/lang/gcc47/distinfo +++ b/lang/gcc47/distinfo @@ -1,2 +1,2 @@ -SHA256 (gcc-4.7-20131123.tar.bz2) = a472af65c30aaaab5ae0d419a04e10c8451ac38666b8bd214f8fc597629a4f0d -SIZE (gcc-4.7-20131123.tar.bz2) = 78831736 +SHA256 (gcc-4.7-20131130.tar.bz2) = 0223a1beb8524b26a7193f4c871222a5f6455058fb2ee5d559f0b7b370a8f44c +SIZE (gcc-4.7-20131130.tar.bz2) = 78837894 |