ncmpcpp: remove the required hack for cross builds, not necessary anymore.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'ncmpcpp'
|
# Template file for 'ncmpcpp'
|
||||||
pkgname=ncmpcpp
|
pkgname=ncmpcpp
|
||||||
version=0.5.10
|
version=0.5.10
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-curl --with-taglib --enable-outputs --with-fftw --enable-visualizer"
|
configure_args="--with-curl --with-taglib --enable-outputs --with-fftw --enable-visualizer"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
@@ -12,11 +12,3 @@ license="GPL-2"
|
|||||||
homepage="http://ncmpcpp.rybczak.net/"
|
homepage="http://ncmpcpp.rybczak.net/"
|
||||||
distfiles="http://ncmpcpp.rybczak.net/stable/ncmpcpp-${version}.tar.bz2"
|
distfiles="http://ncmpcpp.rybczak.net/stable/ncmpcpp-${version}.tar.bz2"
|
||||||
checksum=ff6d5376a2d9caba6f5bb78e68af77cefbdb2f04cd256f738e39f8ac9a79a4a8
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user