diff options
Diffstat (limited to 'extra/ghostscript/Pkgfile')
-rwxr-xr-x | extra/ghostscript/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |