aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cmus/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cmus/APKBUILD')
-rw-r--r--testing/cmus/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cmus/APKBUILD b/testing/cmus/APKBUILD
index 88decd21eb..1507e0a080 100644
--- a/testing/cmus/APKBUILD
+++ b/testing/cmus/APKBUILD
@@ -14,7 +14,7 @@ source="http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2"
build() {
LDFLAGS="$LDFLAGS -liconv"
cd "$srcdir"/$pkgname-v$pkgver
- ./configure prefix=/usr
+ CC=gcc ./configure prefix=/usr
make
}