diff options
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript8-x11/files/patch-base_configure.ac (renamed from print/ghostscript8-x11/files/patch-base-configure.ac) | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/print/ghostscript8-x11/files/patch-base-configure.ac b/print/ghostscript8-x11/files/patch-base_configure.ac index cf4085dfeebb..0b7cdd808030 100644 --- a/print/ghostscript8-x11/files/patch-base-configure.ac +++ b/print/ghostscript8-x11/files/patch-base_configure.ac @@ -1,6 +1,6 @@ ---- base/configure.ac.orig 2009-11-24 17:36:27.000000000 +0900 -+++ base/configure.ac 2015-08-21 20:57:47.140818000 +0900 -@@ -322,35 +322,6 @@ +--- base/configure.ac.orig 2009-11-24 08:36:27 UTC ++++ base/configure.ac +@@ -322,35 +322,6 @@ fi AC_CHECK_LIB(dl, dlopen) @@ -36,7 +36,7 @@ AC_SUBST(SHARE_LIBJPEG) AC_SUBST(LIBJPEGDIR) dnl check for the internal jpeg memory header -@@ -402,7 +373,7 @@ +@@ -402,7 +373,7 @@ if test -f libpng/pngread.c; then PNGDEVS="$PNGDEVS_ALL" else AC_MSG_RESULT([no]) @@ -45,7 +45,7 @@ AC_CHECK_HEADERS(png.h, [ SHARE_LIBPNG=1 PNGDEVS="$PNGDEVS_ALL" -@@ -434,7 +405,7 @@ +@@ -434,7 +405,7 @@ case "x$with_system_libtiff" in AC_CHECK_LIB(tiff, TIFFOpen, [AC_CHECK_HEADERS(tiff.h, [HAVE_SYSTEM_LIBTIFF=1;SHARE_LIBTIFF=1])], [], [-ljpeg]) @@ -54,7 +54,7 @@ AC_MSG_NOTICE([Could not find a copy of libtiff on your system. Disabling tiff output devices.]) else -@@ -758,7 +729,7 @@ +@@ -758,7 +729,7 @@ X_CFLAGS="" X_DEVS="" X_LIBS="" @@ -63,7 +63,7 @@ if test "$x_libraries" = "/usr/lib"; then echo "Ignoring X library directory \"$x_libraries\" requested by configure." x_libraries="NONE" -@@ -1063,7 +1034,12 @@ +@@ -1063,7 +1034,12 @@ AC_ARG_ENABLE([dynamic], AC_HELP_STRING( ;; *BSD) DYNAMIC_CFLAGS="-fPIC" @@ -77,7 +77,7 @@ DYNAMIC_FLAGS="-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\\\"\$(gssharedir)\\\"" DYNAMIC_LDFLAGS="-fPIC -shared" DYNAMIC_LIBS="" -@@ -1119,11 +1095,11 @@ +@@ -1119,11 +1095,11 @@ if test "x$fontpath" = "x"; then fontpath="${fontpath}:$datadir/fonts/default/TrueType" # These font directories are used by IRIX... |