changeset 503:33e0028a665a

fonts: convert packages to clang
author David Demelier <markand@malikania.fr>
date Mon, 08 Apr 2019 20:30:00 +0200
parents 0c97add47ef6
children 162a9418ba15
files fonts/fontconfig/fontconfig.sh fonts/freetype/freetype.sh fonts/harfbuzz/harfbuzz.sh fonts/pango/pango.sh
diffstat 4 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/fonts/fontconfig/fontconfig.sh	Mon Apr 08 20:27:00 2019 +0200
+++ b/fonts/fontconfig/fontconfig.sh	Mon Apr 08 20:30:00 2019 +0200
@@ -26,7 +26,7 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}
--- a/fonts/freetype/freetype.sh	Mon Apr 08 20:27:00 2019 +0200
+++ b/fonts/freetype/freetype.sh	Mon Apr 08 20:30:00 2019 +0200
@@ -25,7 +25,7 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}
--- a/fonts/harfbuzz/harfbuzz.sh	Mon Apr 08 20:27:00 2019 +0200
+++ b/fonts/harfbuzz/harfbuzz.sh	Mon Apr 08 20:30:00 2019 +0200
@@ -25,9 +25,9 @@
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
-: ${CXX:=g++}
+: ${CXX:=clang++}
 : ${CXXFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}
--- a/fonts/pango/pango.sh	Mon Apr 08 20:27:00 2019 +0200
+++ b/fonts/pango/pango.sh	Mon Apr 08 20:30:00 2019 +0200
@@ -28,9 +28,9 @@
             graphics/cairo"
 PKGOPTIONS="WAYLAND X"
 
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
-: ${CXX:=g++}
+: ${CXX:=clang++}
 : ${CXXFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${WAYLAND:=yes}