summaryrefslogtreecommitdiff
path: root/ghostscript
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2013-01-06 09:42:07 +0100
committerJuergen Daubert <jue@jue.li>2013-01-06 09:42:07 +0100
commit64f4d99031fffe776386e1f983733caecd8ee115 (patch)
treeccb912dee0f529c98b77aec209929d497dff53af /ghostscript
parent69463f4b43b2c01cd560b6d4dd107d0c2cb46107 (diff)
downloadopt-64f4d99031fffe776386e1f983733caecd8ee115.tar.gz
opt-64f4d99031fffe776386e1f983733caecd8ee115.tar.xz
ghostscript: fix for automake 1.13
Diffstat (limited to 'ghostscript')
-rw-r--r--ghostscript/Pkgfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/ghostscript/Pkgfile b/ghostscript/Pkgfile
index afd9d5ebf..a0ed468d1 100644
--- a/ghostscript/Pkgfile
+++ b/ghostscript/Pkgfile
@@ -5,7 +5,7 @@
name=ghostscript
version=9.06
-release=1
+release=2
source=(http://downloads.ghostscript.com/public/$name-$version.tar.bz2
http://downloads.sourceforge.net/sourceforge/gs-fonts/$name-fonts-std-8.11.tar.gz)
@@ -25,6 +25,10 @@ build () {
make DESTDIR=$PKG install-so install
cd ijs
+
+ # automake 1.13
+ sed -i '120s/^/dnl /' configure.ac
+
./autogen.sh
./configure --prefix=/usr --mandir=/usr/man --enable-shared
make

Generated by cgit