ncmpcpp: remove the required hack for cross builds, not necessary anymore.

This commit is contained in:
Juan RP 2014-06-26 10:08:23 +02:00
parent 6fe802d0c4
commit 26befcfa92
1 changed files with 1 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ncmpcpp'
pkgname=ncmpcpp
version=0.5.10
revision=2
revision=3
build_style=gnu-configure
configure_args="--with-curl --with-taglib --enable-outputs --with-fftw --enable-visualizer"
hostmakedepends="pkg-config"
@ -12,11 +12,3 @@ license="GPL-2"
homepage="http://ncmpcpp.rybczak.net/"
distfiles="http://ncmpcpp.rybczak.net/stable/ncmpcpp-${version}.tar.bz2"
checksum=ff6d5376a2d9caba6f5bb78e68af77cefbdb2f04cd256f738e39f8ac9a79a4a8
if [ "$CROSS_BUILD" ]; then
# XXX needs host taglib-config
hostmakedepends+=" taglib-devel"
pre_build() {
sed -e 's,-L/usr/lib,,g' -i src/Makefile
}
fi