1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Unbreak index

This commit is contained in:
Antoine Brodin 2014-05-26 22:16:18 +00:00
parent 911fb043b0
commit 38406fbf26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355462

View File

@ -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