plib: fix crossbuild

This commit is contained in:
Enno Boland 2014-04-21 08:36:40 +02:00
parent e85d9c19d9
commit d3472ba996

View File

@ -1,14 +1,15 @@
# Template build file for 'plib' # Template build file for 'plib'
pkgname=plib pkgname=plib
version=1.8.5 version=1.8.5
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
short_desc="suite of Portable Game Libraries" short_desc="suite of Portable Game Libraries"
maintainer="Enno Boland <eb@s01.de>" maintainer="Enno Boland <eb@s01.de>"
license="LGPL2" license="LGPL2"
homepage="http://plib.sourceforge.net" homepage="http://plib.sourceforge.net"
distfiles="http://plib.sourceforge.net/dist/plib-1.8.5.tar.gz" distfiles="http://plib.sourceforge.net/dist/plib-1.8.5.tar.gz"
makedepends="MesaLib-devel libX11-devel libXi-devel libXmu-devel autoconf automake libtool" makedepends="MesaLib-devel libX11-devel libXi-devel libXmu-devel"
hostmakedepends="autoconf automake libtool"
checksum=485b22bf6fdc0da067e34ead5e26f002b76326f6371e2ae006415dea6a380a32 checksum=485b22bf6fdc0da067e34ead5e26f002b76326f6371e2ae006415dea6a380a32
configure_args="--enable-shared --disable-static" configure_args="--enable-shared --disable-static"