comparison graphics/gdk-pixbuf/gdk-pixbuf.sh @ 505:7828241c9634

graphics: convert packages to clang
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:05:00 +0200
parents 6cfc4648ffab
children b1690d766bdb
comparison
equal deleted inserted replaced
504:162a9418ba15 505:7828241c9634
22 PKGSUMMARY="image loading library" 22 PKGSUMMARY="image loading library"
23 PKGDOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.38/$PKGNAME-$PKGVERSION.tar.xz" 23 PKGDOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.38/$PKGNAME-$PKGVERSION.tar.xz"
24 PKGDEPENDS="dev/meson:build" 24 PKGDEPENDS="dev/meson:build"
25 PKGOPTIONS="JASPER JPEG PNG TIFF X" 25 PKGOPTIONS="JASPER JPEG PNG TIFF X"
26 26
27 : ${CC:=gcc} 27 : ${CC:=clang}
28 : ${CFLAGS:=-O2} 28 : ${CFLAGS:=-O2}
29 : ${CXX:=g++} 29 : ${CXX:=clang++}
30 : ${CXXFLAGS:=-O2} 30 : ${CXXFLAGS:=-O2}
31 : ${LDFLAGS:=} 31 : ${LDFLAGS:=}
32 : ${JASPER:=no} 32 : ${JASPER:=no}
33 : ${JPEG:=yes} 33 : ${JPEG:=yes}
34 : ${PNG:=yes} 34 : ${PNG:=yes}