summaryrefslogtreecommitdiffstats
path: root/extra/ghostscript
diff options
context:
space:
mode:
authorSibelle <sibelle at gmail dot com>2010-12-23 21:30:48 +0000
committerSibelle <sibelle at gmail dot com>2010-12-23 21:30:48 +0000
commit070e8b3efe5394105fe358abe4c70c010bb1aaff (patch)
tree3cce16fb6c98fbc9b2cb8ed7f180473c27711217 /extra/ghostscript
parentd68e02c57fdf151f04605a67c68b8fae97299948 (diff)
downloadnutyx-pakxe-070e8b3efe5394105fe358abe4c70c010bb1aaff.tar.gz
nutyx-pakxe-070e8b3efe5394105fe358abe4c70c010bb1aaff.tar.bz2
nutyx-pakxe-070e8b3efe5394105fe358abe4c70c010bb1aaff.tar.xz
nutyx-pakxe-070e8b3efe5394105fe358abe4c70c010bb1aaff.zip
ghostscript, suppression patch
Diffstat (limited to 'extra/ghostscript')
-rwxr-xr-xextra/ghostscript/Pkgfile8
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