diff options
Diffstat (limited to 'lang/gcc46/Makefile')
-rw-r--r-- | lang/gcc46/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 9b16eb17f400..75a0467dab8f 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gcc -PORTVERSION= 4.6.0.20110305 +PORTVERSION= 4.6.0.20110312 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -43,17 +43,10 @@ MAKE_JOBS_SAFE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure -OPTIONS= LTO "Enable link-time optimizations (LTO)" off \ - JAVA "Enable the Java frontend (i386 and amd64 only)" on +OPTIONS= JAVA "Enable the Java frontend (i386 and amd64 only)" on .include <bsd.port.pre.mk> -.if defined(WITH_LTO) -CONFIGURE_ARGS+= --enable-lto=yes -.else -CONFIGURE_ARGS+= --enable-lto=no -.endif - .if ${ARCH} != i386 && ${ARCH} != amd64 WITHOUT_JAVA= yes .endif |