diff options
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript8-base/files/patch-base_configure.ac (renamed from print/ghostscript8-base/files/patch-base-configure.ac) | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/print/ghostscript8-base/files/patch-base-configure.ac b/print/ghostscript8-base/files/patch-base_configure.ac index 955405b1c8e7..d1c15b13891d 100644 --- a/print/ghostscript8-base/files/patch-base-configure.ac +++ b/print/ghostscript8-base/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:48:08.929511000 +0900 -@@ -402,7 +402,7 @@ +--- base/configure.ac.orig 2009-11-24 08:36:27 UTC ++++ base/configure.ac +@@ -402,7 +402,7 @@ if test -f libpng/pngread.c; then PNGDEVS="$PNGDEVS_ALL" else AC_MSG_RESULT([no]) @@ -9,7 +9,7 @@ AC_CHECK_HEADERS(png.h, [ SHARE_LIBPNG=1 PNGDEVS="$PNGDEVS_ALL" -@@ -434,7 +434,7 @@ +@@ -434,7 +434,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]) @@ -18,7 +18,7 @@ AC_MSG_NOTICE([Could not find a copy of libtiff on your system. Disabling tiff output devices.]) else -@@ -758,7 +758,7 @@ +@@ -758,7 +758,7 @@ X_CFLAGS="" X_DEVS="" X_LIBS="" @@ -27,7 +27,7 @@ if test "$x_libraries" = "/usr/lib"; then echo "Ignoring X library directory \"$x_libraries\" requested by configure." x_libraries="NONE" -@@ -1063,7 +1063,11 @@ +@@ -1063,7 +1063,11 @@ AC_ARG_ENABLE([dynamic], AC_HELP_STRING( ;; *BSD) DYNAMIC_CFLAGS="-fPIC" @@ -40,7 +40,7 @@ DYNAMIC_FLAGS="-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\\\"\$(gssharedir)\\\"" DYNAMIC_LDFLAGS="-fPIC -shared" DYNAMIC_LIBS="" -@@ -1119,11 +1123,11 @@ +@@ -1119,11 +1123,11 @@ if test "x$fontpath" = "x"; then fontpath="${fontpath}:$datadir/fonts/default/TrueType" # These font directories are used by IRIX... |