diff graphics/gtk/gtk.sh @ 505:7828241c9634

graphics: convert packages to clang
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:05:00 +0200
parents 515778c3a417
children b1690d766bdb
line wrap: on
line diff
--- a/graphics/gtk/gtk.sh	Mon Apr 08 20:41:30 2019 +0200
+++ b/graphics/gtk/gtk.sh	Tue Apr 09 20:05:00 2019 +0200
@@ -24,9 +24,9 @@
 PKGDEPENDS="graphics/cairo"
 PKGOPTIONS="CUPS NLS WAYLAND X"
 
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
-: ${CXX:=g++}
+: ${CXX:=clang++}
 : ${CXXFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${CUPS:=yes}