svn commit: r355462 - head/lang/gcc410

Antoine Brodin antoine at FreeBSD.org
Mon May 26 22:16:18 UTC 2014


Author: antoine
Date: Mon May 26 22:16:18 2014
New Revision: 355462
URL: http://svnweb.freebsd.org/changeset/ports/355462
QAT: https://qat.redports.org/buildarchive/r355462/

Log:
  Unbreak index

Modified:
  head/lang/gcc410/Makefile

Modified: head/lang/gcc410/Makefile
==============================================================================
--- head/lang/gcc410/Makefile	Mon May 26 22:15:31 2014	(r355461)
+++ head/lang/gcc410/Makefile	Mon May 26 22:16:18 2014	(r355462)
@@ -33,9 +33,6 @@ GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9
 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 boot
 
 .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


More information about the svn-ports-all mailing list