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

x11: convert packages to clang
author David Demelier <markand@malikania.fr>
date Fri, 05 Apr 2019 20:10:00 +0200
parents c72fd86f451e
children cacbd9d3d3a8
comparison
equal deleted inserted replaced
438:c3114738e828 439:2416430cff0b
21 PKGLICENSE="CUSTOM" 21 PKGLICENSE="CUSTOM"
22 PKGSUMMARY="X.Org font service library" 22 PKGSUMMARY="X.Org font service library"
23 PKGDOWNLOAD="https://www.x.org/releases/individual/lib/libFS-$PKGVERSION.tar.gz" 23 PKGDOWNLOAD="https://www.x.org/releases/individual/lib/libFS-$PKGVERSION.tar.gz"
24 PKGDEPENDS="x11/xtrans:build x11/xorgproto:build" 24 PKGDEPENDS="x11/xtrans:build x11/xorgproto:build"
25 25
26 : ${CC:=gcc} 26 : ${CC:=clang}
27 : ${CFLAGS:=-O2} 27 : ${CFLAGS:=-O2}
28 : ${LDFLAGS:=} 28 : ${LDFLAGS:=}
29 : ${LIBS:=} 29 : ${LIBS:=}
30 30
31 build() 31 build()