comparison x11/xcursorgen/xcursorgen.sh @ 439:2416430cff0b

x11: convert packages to clang
author David Demelier <markand@malikania.fr>
date Fri, 05 Apr 2019 20:10:00 +0200
parents 18a3a8db4361
children cacbd9d3d3a8
comparison
equal deleted inserted replaced
438:c3114738e828 439:2416430cff0b
27 x11/util-macros:build 27 x11/util-macros:build
28 x11/xorgproto:build" 28 x11/xorgproto:build"
29 29
30 : ${CHOST:=$(uname -m)-linux-musl} 30 : ${CHOST:=$(uname -m)-linux-musl}
31 : ${CBUILD:=$(uname -m)-linux-musl} 31 : ${CBUILD:=$(uname -m)-linux-musl}
32 : ${CC:=gcc} 32 : ${CC:=clang}
33 : ${CFLAGS:=-O2} 33 : ${CFLAGS:=-O2}
34 : ${LDFLAGS:=} 34 : ${LDFLAGS:=}
35 : ${LIBS:=} 35 : ${LIBS:=}
36 36
37 build() 37 build()