1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Build & run fine with clang

This commit is contained in:
Baptiste Daroussin 2013-10-09 06:58:43 +00:00
parent 6dd7dcec1e
commit bebf59eeda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329871

View File

@ -16,8 +16,6 @@ USE_LDCONFIG= yes
.if ${ARCH} == "sparc64"
# required for __sync _* atomic operations on sparc
USE_GCC= yes
.else
USE_GCC= 4.2+
.endif
.if ${ARCH} == "i386"