From b4ed3545f9b732de69ab48e593c1a14872d77141 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 21 Sep 2010 11:06:52 +0000 Subject: main/libcddb,libcdio,wavpack: build fix needs libiconv --- main/libcddb/APKBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main/libcddb/APKBUILD') diff --git a/main/libcddb/APKBUILD b/main/libcddb/APKBUILD index 52ca9022a..7e9024c79 100644 --- a/main/libcddb/APKBUILD +++ b/main/libcddb/APKBUILD @@ -8,6 +8,9 @@ url="http://sourceforge.net/projects/libcddb/" license="GPL" depends= makedepends= +if [ "$ALPINE_LIBC" != "eglibc" ]; then + makedepends="libiconv-dev" +fi install= subpackages="$pkgname-dev" source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2" -- cgit v1.2.3