From c7f5a2f84debf1162a0ba3ce520d4dd6df8d7285 Mon Sep 17 00:00:00 2001 From: Julio Merino Date: Sun, 8 Nov 2015 20:31:51 +0000 Subject: Revert r401072. I'm not sure what happened exactly but I think I committed the change from the wrong client. The applied change enabled the MULTILIB option for all architectures and not only powerpc64. Let's just revert the commit and do it properly from scratch; other things might be wrong so I wanna take a closer look, and it's best to just revert quickly. --- lang/gcc48/Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lang/gcc48') diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index f9c3aa94d8e7..2739fb9c12c8 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -3,7 +3,6 @@ PORTNAME= gcc PORTVERSION= 4.8.5 -PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} @@ -50,14 +49,6 @@ OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA OPTIONS_EXCLUDE_DragonFly= JAVA BOOTSTRAP_DESC= Build using a full bootstrap -.if exists(/usr/lib32/libc.so) -OPTIONS_DEFINE+= MULTILIB -OPTIONS_DEFAULT+= MULTILIB -MULTILIB_DESC= Build support for 32-bit and 64-bit target types -MULTILIB_CONFIGURE_ENABLE= multilib -.else -CONFIGURE_ARGS+= --disable-multilib -.endif .include -- cgit v1.2.3