comparison fonts/fontconfig/fontconfig.sh @ 503:33e0028a665a

fonts: convert packages to clang
author David Demelier <markand@malikania.fr>
date Mon, 08 Apr 2019 20:30:00 +0200
parents beca64af5ed6
children 16d26eee4b33
comparison
equal deleted inserted replaced
502:0c97add47ef6 503:33e0028a665a
24 PKGDEPENDS="lib/expat fonts/freetype core/util-linux" 24 PKGDEPENDS="lib/expat fonts/freetype core/util-linux"
25 PKGOPTIONS="NLS" 25 PKGOPTIONS="NLS"
26 26
27 : ${CHOST:=$(uname -m)-linux-musl} 27 : ${CHOST:=$(uname -m)-linux-musl}
28 : ${CBUILD:=$(uname -m)-linux-musl} 28 : ${CBUILD:=$(uname -m)-linux-musl}
29 : ${CC:=gcc} 29 : ${CC:=clang}
30 : ${CFLAGS:=-O2} 30 : ${CFLAGS:=-O2}
31 : ${LDFLAGS:=} 31 : ${LDFLAGS:=}
32 : ${LIBS:=} 32 : ${LIBS:=}
33 33
34 build() 34 build()