gmpc-plugins: build with latest deps version
This commit is contained in:
parent
dcd86f0fe6
commit
6d7f0cf80b
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: Dmitrij D. Czarkoff <czarkoff@gmail.com>
|
# Contributor: Dmitrij D. Czarkoff <czarkoff@gmail.com>
|
||||||
pkgname=gmpc-plugins
|
pkgname=gmpc-plugins
|
||||||
pkgver=11.8.16
|
pkgver=11.8.16
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="official plugins for GMPC"
|
pkgdesc="official plugins for GMPC"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
url="http://gmpclient.org/"
|
url="http://gmpclient.org/"
|
||||||
|
@ -16,7 +16,7 @@ options=(!libtool)
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/$pkgname-$pkgver
|
cd ${srcdir}/$pkgname-$pkgver
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make CFLAGS="${CFLAGS} -DHAVE_STRNDUP"
|
||||||
}
|
}
|
||||||
|
|
||||||
package(){
|
package(){
|
||||||
|
|
Loading…
Reference in a new issue