summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-05-14 18:21:33 +0200
committertnut <tnut at nutyx dot com>2011-05-14 18:21:33 +0200
commit5b939a9a1fe3c3b843f08b16326f097a707a2a0f (patch)
tree8506754c4be50b6425147dabd44196879eebc0b5
parent8fe4e0cfd5e187118cfb57400f9a88e2020b9d2e (diff)
downloadnutyx-extra-5b939a9a1fe3c3b843f08b16326f097a707a2a0f.tar.gz
nutyx-extra-5b939a9a1fe3c3b843f08b16326f097a707a2a0f.tar.bz2
nutyx-extra-5b939a9a1fe3c3b843f08b16326f097a707a2a0f.tar.xz
nutyx-extra-5b939a9a1fe3c3b843f08b16326f097a707a2a0f.zip
ghostscript, maj Pkgfile et footprint
-rw-r--r--extra/ghostscript/.footprint.i6861
-rwxr-xr-xextra/ghostscript/Pkgfile4
2 files changed, 2 insertions, 3 deletions
diff --git a/extra/ghostscript/.footprint.i686 b/extra/ghostscript/.footprint.i686
index 7d66a113a..51ad2fdae 100644
--- a/extra/ghostscript/.footprint.i686
+++ b/extra/ghostscript/.footprint.i686
@@ -57,7 +57,6 @@ drwxr-xr-x root/root usr/lib/cups/filter/
-rwxr-xr-x root/root usr/lib/cups/filter/pstopxl
drwxr-xr-x root/root usr/lib/ghostscript/
drwxr-xr-x root/root usr/lib/ghostscript/9.02/
--rwxr-xr-x root/root usr/lib/ghostscript/9.02/X11.so
lrwxrwxrwx root/root usr/lib/libgs.so -> libgs.so.9.02
lrwxrwxrwx root/root usr/lib/libgs.so.9 -> libgs.so.9.02
-rwxr-xr-x root/root usr/lib/libgs.so.9.02
diff --git a/extra/ghostscript/Pkgfile b/extra/ghostscript/Pkgfile
index 131ed7a7e..45d1e1dd4 100755
--- a/extra/ghostscript/Pkgfile
+++ b/extra/ghostscript/Pkgfile
@@ -24,8 +24,8 @@ build() {
make DESTDIR=$PKG install
cd ..
- ./configure --prefix=/usr --enable-dynamic --enable-threads --with-ijs \
- --with-jbig2dec --with-omni --with-x --with-drivers=ALL \
+ ./configure --prefix=/usr --enable-dynamic --with-ijs \
+ --with-jbig2dec --with-omni --without-x --with-drivers=ALL \
--with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts
make
make DESTDIR=$PKG install soinstall