mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
ncmpcpp: remove the required hack for cross builds, not necessary anymore.
This commit is contained in:
parent
6fe802d0c4
commit
26befcfa92
1 changed files with 1 additions and 9 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue