From 2edf85744cd09d334f30ff021f3a221be1821545 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 8 Jan 2013 10:35:38 +0100 Subject: [PATCH] ghostscript: make this build with automake-1.13. --- srcpkgs/ghostscript/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/ghostscript/template b/srcpkgs/ghostscript/template index 5aa1d6e1b6..6127e3df11 100644 --- a/srcpkgs/ghostscript/template +++ b/srcpkgs/ghostscript/template @@ -31,6 +31,7 @@ do_configure() { --disable-compile-inits # configure libijs + sed -i -e "s|AM_PROG_CC_STDC|AC_PROG_CC|g" ijs/configure.ac cd ijs && ./autogen.sh && \ ./configure ${CONFIGURE_SHARED_ARGS} --enable-shared \ --disable-static