diff options
author | Sibelle <sibelle at gmail dot com> | 2010-12-23 21:30:48 +0000 |
---|---|---|
committer | Sibelle <sibelle at gmail dot com> | 2010-12-23 21:30:48 +0000 |
commit | 070e8b3efe5394105fe358abe4c70c010bb1aaff (patch) | |
tree | 3cce16fb6c98fbc9b2cb8ed7f180473c27711217 /extra/ghostscript/Pkgfile | |
parent | d68e02c57fdf151f04605a67c68b8fae97299948 (diff) | |
download | nutyx-extra-070e8b3efe5394105fe358abe4c70c010bb1aaff.tar.gz nutyx-extra-070e8b3efe5394105fe358abe4c70c010bb1aaff.tar.bz2 nutyx-extra-070e8b3efe5394105fe358abe4c70c010bb1aaff.tar.xz nutyx-extra-070e8b3efe5394105fe358abe4c70c010bb1aaff.zip |
ghostscript, suppression patch
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 |