changeset 379:0c8bd6c16d43

graphics/mesa: use clang/clang++
author David Demelier <markand@malikania.fr>
date Sun, 31 Mar 2019 21:29:59 +0200
parents 97e16b45e88a
children e8d36e0b25da
files graphics/mesa/mesa.sh
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/graphics/mesa/mesa.sh	Sun Mar 31 19:15:16 2019 +0200
+++ b/graphics/mesa/mesa.sh	Sun Mar 31 21:29:59 2019 +0200
@@ -21,12 +21,12 @@
 PKGLICENSE="CUSTOM"
 PKGSUMMARY="opensource OpenGL implementation"
 PKGDOWNLOAD="https://mesa.freedesktop.org/archive/$PKGNAME-$PKGVERSION.tar.xz"
-PKGDEPENDS=""
+PKGDEPENDS="dev/meson:build"
 PKGOPTIONS="DRM LLVM WAYLAND X"
 
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
-: ${CXX:=g++}
+: ${CXX:=clang++}
 : ${CXXFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${DRM:=yes}