1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- force build with clang

This commit is contained in:
Dirk Meyer 2012-02-19 10:28:29 +00:00
parent 34a3f952ab
commit 49694d8f83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291798

View File

@ -46,13 +46,9 @@ CPPFLAGS+= -DGNUSTEP
.if defined(CC) && ${CC:T:Mclang}
# all done
.else
.if defined(GNUSTEP_WITH_CLANG)
# force clang
CC= ${LOCALBASE}/bin/clang
BUILD_DEPENDS+= ${LOCALBASE}/bin/clang:${PORTSDIR}/lang/clang
.else
USE_GCC= 4.6+
BROKEN= does not compile
.endif
.endif
.endif