ports/opt (3.2): icu: force using gcc to compile
18 Mar
2016
18 Mar
'16
10:26 a.m.
commit 5febe45128dcc494ee3b7d20815f7122884424d6 Author: Danny Rawlins <monster.romster@gmail.com> Date: Fri Mar 18 21:26:33 2016 +1100 icu: force using gcc to compile diff --git a/icu/Pkgfile b/icu/Pkgfile index f180d21..d44f5ee 100644 --- a/icu/Pkgfile +++ b/icu/Pkgfile @@ -11,6 +11,10 @@ source=(http://download.icu-project.org/files/icu4c/$version/icu4c-${version//./ build() { cd icu/source + # icu tries to use clang by default + [ "$CC" ] || export CC=gcc + [ "$CXX" ] || export CXX=g++ + ./configure \ --prefix=/usr \ --disable-samples \
3225
Age (days ago)
3225
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu