diff options
author | Juergen Daubert <jue@jue.li> | 2013-01-06 09:42:07 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2013-01-06 09:42:07 +0100 |
commit | 64f4d99031fffe776386e1f983733caecd8ee115 (patch) | |
tree | ccb912dee0f529c98b77aec209929d497dff53af /ghostscript | |
parent | 69463f4b43b2c01cd560b6d4dd107d0c2cb46107 (diff) | |
download | opt-64f4d99031fffe776386e1f983733caecd8ee115.tar.gz opt-64f4d99031fffe776386e1f983733caecd8ee115.tar.xz |
ghostscript: fix for automake 1.13
Diffstat (limited to 'ghostscript')
-rw-r--r-- | ghostscript/Pkgfile | 6 |
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 |