dumpet: unbreak build (#1779)

This commit is contained in:
Juan RP 2015-06-13 10:05:29 +02:00
parent 6dbdf6b8a4
commit 92c9d38ddc

View File

@ -1,7 +1,7 @@
# Template file for 'dumpet'
pkgname=dumpet
version=2.1
revision=2
revision=3
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="popt-devel libxml2-devel"
@ -11,3 +11,7 @@ license="GPL-2"
homepage="https://fedorahosted.org/dumpet/"
distfiles="https://fedorahosted.org/releases/d/u/dumpet/dumpet-$version.tar.bz2"
checksum=2cc1fa3a1b06f885e4524d1be80bdacc5b6a55057d0577262f2f5186b49a4da3
do_build() {
make CC=$CC CFLAGS="$CFLAGS -I${XBPS_CROSS_BASE}/usr/include/libxml2" LDFLAGS="$LDFLAGS"
}