diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/ghostscript/.footprint.i686 | 1 | ||||
-rwxr-xr-x | extra/ghostscript/Pkgfile | 4 |
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 |