mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
agg: build with new sdl12-compat library
This commit is contained in:
parent
43a19591bb
commit
333310365f
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'agg'
|
# Template file for 'agg'
|
||||||
pkgname=agg
|
pkgname=agg
|
||||||
version=2.5
|
version=2.5
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-examples"
|
configure_args="--disable-examples"
|
||||||
hostmakedepends="SDL-devel automake gettext-devel libtool pkg-config"
|
hostmakedepends="sdl12-compat-devel automake gettext-devel libtool pkg-config"
|
||||||
makedepends="SDL-devel freetype-devel"
|
makedepends="sdl12-compat-devel freetype-devel"
|
||||||
short_desc="High Quality Rendering Engine for C++"
|
short_desc="High Quality Rendering Engine for C++"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
@ -13,6 +13,7 @@ homepage="https://agg.sourceforge.net/antigrain.com/"
|
||||||
distfiles="http://www.antigrain.com/agg-${version}.tar.gz"
|
distfiles="http://www.antigrain.com/agg-${version}.tar.gz"
|
||||||
checksum=ab1edc54cc32ba51a62ff120d501eecd55fceeedf869b9354e7e13812289911f
|
checksum=ab1edc54cc32ba51a62ff120d501eecd55fceeedf869b9354e7e13812289911f
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
broken="unable to fetch source"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -e '/AM_C_PROTOTYPES/d' -i configure.in
|
sed -e '/AM_C_PROTOTYPES/d' -i configure.in
|
||||||
|
|
Loading…
Add table
Reference in a new issue