summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2016-05-06 20:13:11 -0700
committerBuildTools2016-05-06 20:13:11 -0700
commitfa478e917fafcf34f0305b8d95cc7ac2c1f73274 (patch)
treebc3889af2aa9e16db074871d51ba022c776d5ef8
parent07e3d9465b2f17617f259c7a8d714d2ef3645d58 (diff)
downloadaur-fa478e917fafcf34f0305b8d95cc7ac2c1f73274.tar.gz
use GCC, not Clang
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a53ba17acd67..2e2e25c7f696 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Apr 17 20:20:08 UTC 2016
+# Sat May 7 03:12:43 UTC 2016
pkgbase = mingw-w64-icu
pkgdesc = International Components for Unicode library (mingw-w64)
pkgver = 57.1
diff --git a/PKGBUILD b/PKGBUILD
index ebe8a409756f..e41123c1e041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,7 +60,7 @@ build() {
cd icu/source
mkdir -p nativebuild && pushd nativebuild
CFLAGS=-fno-stack-protector
- ../configure --enable-static --disable-shared
+ CC=gcc CXX=g++ ../configure --enable-static --disable-shared
make
popd
for _arch in ${_architectures}; do