diff accessibility/atk/atk.sh @ 501:29bdfeed3c1b

accessibility: convert packages to clang
author David Demelier <markand@malikania.fr>
date Mon, 08 Apr 2019 20:25:00 +0200
parents e8d36e0b25da
children f555ed22a53b
line wrap: on
line diff
--- a/accessibility/atk/atk.sh	Mon Apr 08 20:24:00 2019 +0200
+++ b/accessibility/atk/atk.sh	Mon Apr 08 20:25:00 2019 +0200
@@ -23,9 +23,9 @@
 PKGDOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/$PKGNAME/2.32/$PKGNAME-$PKGVERSION.tar.xz"
 PKGDEPENDS="dev/meson:build"
 
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
-: ${CXX:=g++}
+: ${CXX:=clang++}
 : ${CXXFLAGS:=-O2}
 : ${LDFLAGS:=}