diff options
Diffstat (limited to 'extra/ghostscript/Pkgfile')
-rwxr-xr-x | extra/ghostscript/Pkgfile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/extra/ghostscript/Pkgfile b/extra/ghostscript/Pkgfile index 8830f48ae..91517ee39 100755 --- a/extra/ghostscript/Pkgfile +++ b/extra/ghostscript/Pkgfile @@ -10,17 +10,11 @@ release=1 source=( http://ghostscript.com/releases/$name-$version.tar.gz \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ghostscript-fonts-std-8.11.tar.gz\ - http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz \ - http://nutyx.meticul.eu/files/patchs/$name/ghostscript-fPIC.patch) + http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz ) build() { unset MAKEFLAGS cd $name-$version - -if [ "`uname -m`" == "x86_64" ]; then - patch -Np1 -i ../ghostscript-fPIC.patch -fi - cd ijs ./autogen.sh ./configure --prefix=/usr --enable-shared --disable-static |