diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-27 06:16:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-27 06:16:18 +0800 |
commit | c60bb6228564ecf77f4cf40804459447d2468809 (patch) | |
tree | 3c37e2b10956183b0a39fa6eff8dcc0601656213 /lang | |
parent | fd9a1b74fe33ed5734ae1c5188f0143e4cf5e907 (diff) | |
download | freebsd-ports-gnome-c60bb6228564ecf77f4cf40804459447d2468809.tar.gz freebsd-ports-gnome-c60bb6228564ecf77f4cf40804459447d2468809.tar.zst freebsd-ports-gnome-c60bb6228564ecf77f4cf40804459447d2468809.zip |
Unbreak index
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc410/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc410/Makefile b/lang/gcc410/Makefile index 4d8aba769ea5..431bfdc07e6f 100644 --- a/lang/gcc410/Makefile +++ b/lang/gcc410/Makefile @@ -33,9 +33,6 @@ GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 USES= gmake iconv perl5 tar:bzip2 -.if exists(/usr/bin/clang) && ${ARCH} == "amd64" -USE_GCC= yes -.endif USE_BINUTILS= yes USE_PERL5= build SSP_UNSAFE= yes @@ -53,6 +50,9 @@ BOOTSTRAP_DESC= Build using a full bootstrap .include <bsd.port.pre.mk> +.if exists(/usr/bin/clang) && ${ARCH} == "amd64" +USE_GCC= yes +.endif .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} .else |