diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-09 12:04:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-09 12:13:42 +0000 |
commit | 36cb61801b63993521d4c144f7f77eb69eec4445 (patch) | |
tree | 2258070ea9eb71502a00e2ff1b9012382fec2d63 /testing/lua5.2-xctrl/APKBUILD | |
parent | c638c42fedf13d38b6e5ee2926aee1858adc647f (diff) | |
download | aports-36cb61801b63993521d4c144f7f77eb69eec4445.tar.bz2 aports-36cb61801b63993521d4c144f7f77eb69eec4445.tar.xz |
testing/*: remove libiconv-dev from makedepends
Diffstat (limited to 'testing/lua5.2-xctrl/APKBUILD')
-rw-r--r-- | testing/lua5.2-xctrl/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/lua5.2-xctrl/APKBUILD b/testing/lua5.2-xctrl/APKBUILD index 57308e58e5..68a1386783 100644 --- a/testing/lua5.2-xctrl/APKBUILD +++ b/testing/lua5.2-xctrl/APKBUILD @@ -13,7 +13,7 @@ url="http://code.google.com/p/xctrl/" arch="all" license="GPL-2" depends= -makedepends="lua$_luaver-dev libx11-dev libxmu-dev libiconv-dev" +makedepends="lua$_luaver-dev libx11-dev libxmu-dev" install= subpackages="$pkgname-doc" source="http://xctrl.googlecode.com/files/xctrl-$_ver.tar.gz" @@ -27,7 +27,6 @@ prepare() { build() { cd "$_builddir" export EXTRA_CFLAGS="-fPIC $( pkg-config lua$_luaver --cflags )" - [ "$ALPINE_LIBC" != "eglibc" ] && export EXTRA_LDFLAGS="-liconv" make -C src LUA=lua5.2 || return 1 } |