From 6d9dfdca4ac4735de79b114ecf5fd447bfafd29a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 18 Feb 2014 14:32:37 +0100 Subject: [PATCH] autogen: unbreak build. --- srcpkgs/autogen/template | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/srcpkgs/autogen/template b/srcpkgs/autogen/template index c8f8587686..04ed2d4125 100644 --- a/srcpkgs/autogen/template +++ b/srcpkgs/autogen/template @@ -3,8 +3,9 @@ pkgname=autogen version=5.18.2 revision=1 build_style=gnu-configure +configure_args="--disable-static" hostmakedepends="pkg-config which" -makedepends="guile-devel libxml2-devel gc-devel" +makedepends="guile guile-devel>=2.0.9_3 libxml2-devel gc-devel" short_desc="The Automated Program Generator" maintainer="davehome " license="GPL3" @@ -14,15 +15,6 @@ checksum=cc2702dec21ba5b01144865163f6d1a54268d2b72aafc5520ad0e0cb57104068 replaces="autogen-docs>=0" -do_configure() { - GUILE_CFLAGS="$(pkg-config --cflags guile-2.0)" - GUILE_LDFLAGS="$(pkg-config --libs guile-2.0)" - - ./configure ${configure_args} --with-libguile \ - --with-libguile-cflags="${GUILE_CFLAGS}" \ - --with-libguile-libs="${GUILE_LDFLAGS}" -} - post_install() { mv -v ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib }