diff options
author | gerald <gerald@FreeBSD.org> | 2011-01-17 01:02:55 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-01-17 01:02:55 +0800 |
commit | 9d5babd3208ca751167e84c6407b4f5f7d2c710c (patch) | |
tree | a723bea78e3ac1b9672d89b94360fa1e7361d894 /lang/gcc48/Makefile | |
parent | 76945c1d67025756a0facc901dd26f5c03e9a628 (diff) | |
download | freebsd-ports-gnome-9d5babd3208ca751167e84c6407b4f5f7d2c710c.tar.gz freebsd-ports-gnome-9d5babd3208ca751167e84c6407b4f5f7d2c710c.tar.zst freebsd-ports-gnome-9d5babd3208ca751167e84c6407b4f5f7d2c710c.zip |
Update to the 20110115 snapshot of GCC 4.6.0.
Provide more background on the need to use --disable-rpath as a workaround.
Feature safe: yes
Diffstat (limited to 'lang/gcc48/Makefile')
-rw-r--r-- | lang/gcc48/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 0f2a36d7d0c8..3a5b336a0442 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gcc -PORTVERSION= 4.6.0.20110108 +PORTVERSION= 4.6.0.20110115 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -106,8 +106,8 @@ INFO= gcc${SUFFIX}/cpp \ DISTFILES+= gcc-java-${VERSIONSTRING}${EXTRACT_SUFX} BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip EXTRA_PATCHES+= ${FILESDIR}/java-patch-hier -# FIXME: we are currently getting weird build failures with libjava on -# some 4.x and 5.x systems, which the following works around. PR 81788. +# FIXME: we are getting weird build failures with libjava on some systems, +# which the following works around. PR 81788, http://gcc.gnu.org/PR21206. CONFIGURE_ARGS+=--disable-rpath MAN1+= aot-compile${SUFFIX}.1 \ gappletviewer${SUFFIX}.1 \ |