diff options
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript9-x11/files/patch-base_configure.ac (renamed from print/ghostscript9-x11/files/patch-base-configure.ac) | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/print/ghostscript9-x11/files/patch-base-configure.ac b/print/ghostscript9-x11/files/patch-base_configure.ac index 10d21bc83a3a..f5fafb8c2784 100644 --- a/print/ghostscript9-x11/files/patch-base-configure.ac +++ b/print/ghostscript9-x11/files/patch-base_configure.ac @@ -1,6 +1,6 @@ ---- base/configure.ac.orig 2012-08-08 17:01:36.000000000 +0900 -+++ base/configure.ac 2015-08-21 12:40:57.576690000 +0900 -@@ -623,35 +623,6 @@ +--- base/configure.ac.orig 2012-08-08 08:01:36 UTC ++++ base/configure.ac +@@ -623,35 +623,6 @@ AC_SUBST(FTSRCDIR) AC_SUBST(FT_CFLAGS) AC_SUBST(FT_LIBS) @@ -36,7 +36,7 @@ AC_SUBST(SHARE_LIBJPEG) AC_SUBST(LIBJPEGDIR) dnl check for the internal jpeg memory header -@@ -731,44 +702,6 @@ +@@ -731,44 +702,6 @@ AC_SUBST(SHARE_LIBPNG) AC_SUBST(LIBPNGDIR) #AC_SUBST(PNGDEVS) @@ -81,7 +81,7 @@ AC_SUBST(SHARELCMS) AC_SUBST(WHICHLCMS) AC_SUBST(LCMSDIR) -@@ -1303,7 +1236,7 @@ +@@ -1303,7 +1236,7 @@ X_CFLAGS="" X_DEVS="" X_LIBS="" @@ -90,7 +90,7 @@ if test "$x_libraries" = "/usr/lib"; then echo "Ignoring X library directory \"$x_libraries\" requested by configure." x_libraries="NONE" -@@ -1701,7 +1634,12 @@ +@@ -1701,7 +1634,12 @@ AC_ARG_ENABLE([dynamic], AC_HELP_STRING( DBG_CFLAGS="$DYNAMIC_CFLAGS $DBG_CFLAGS" ;; *BSD) @@ -104,7 +104,7 @@ DYNAMIC_FLAGS="-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\\\"\$(gssharedir)\\\"" X11_DEVS="" OPT_CFLAGS="$DYNAMIC_CFLAGS $OPT_CFLAGS" -@@ -1758,11 +1696,11 @@ +@@ -1758,11 +1696,11 @@ if test "x$fontpath" = "x"; then fontpath="${fontpath}:$datadir/fonts/default/TrueType" # These font directories are used by IRIX... |