1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Remove USE_GCC=4.3+ when trying to build for sparc64. It does not make

a difference.

Approved by:	maintainer (tijl@coosemans.org)
This commit is contained in:
Gerald Pfeifer 2010-04-04 12:21:51 +00:00
parent a72eedb9db
commit efe4932819
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252197

View File

@ -45,7 +45,6 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} \
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
USE_GCC= 4.3+
BROKEN= Does not compile on sparc64
.endif