diff 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
line wrap: on
line diff
--- a/graphics/gdk-pixbuf/gdk-pixbuf.sh	Mon Apr 08 20:41:30 2019 +0200
+++ b/graphics/gdk-pixbuf/gdk-pixbuf.sh	Tue Apr 09 20:05:00 2019 +0200
@@ -24,9 +24,9 @@
 PKGDEPENDS="dev/meson:build"
 PKGOPTIONS="JASPER JPEG PNG TIFF X"
 
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
-: ${CXX:=g++}
+: ${CXX:=clang++}
 : ${CXXFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${JASPER:=no}