diff options
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript7-x11/files/patch-src_configure.ac (renamed from print/ghostscript7-x11/files/patch-src-configure.ac) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/ghostscript7-x11/files/patch-src-configure.ac b/print/ghostscript7-x11/files/patch-src_configure.ac index f95ae6826b22..625d20219c70 100644 --- a/print/ghostscript7-x11/files/patch-src-configure.ac +++ b/print/ghostscript7-x11/files/patch-src_configure.ac @@ -1,6 +1,6 @@ ---- src/configure.ac.orig 2003-04-16 22:59:56.000000000 +0900 -+++ src/configure.ac 2015-08-22 02:25:42.002266000 +0900 -@@ -8,6 +8,46 @@ +--- src/configure.ac.orig 2003-04-16 13:59:56 UTC ++++ src/configure.ac +@@ -8,6 +8,46 @@ AC_INIT AC_PREREQ(2.52) AC_CONFIG_SRCDIR(src/gs.c) @@ -47,7 +47,7 @@ dnl -------------------------------------------------- dnl Check for programs dnl -------------------------------------------------- -@@ -94,33 +134,15 @@ +@@ -94,33 +134,15 @@ dnl Check for libraries dnl -------------------------------------------------- AC_CHECK_LIB(m, cos) @@ -89,7 +89,7 @@ AC_SUBST(SHARE_LIBJPEG) AC_SUBST(LIBJPEGDIR) -@@ -211,15 +233,68 @@ +@@ -211,15 +233,68 @@ fi AC_SUBST(STPLIB) AC_SUBST(STPDEVS) @@ -163,7 +163,7 @@ dnl executible name AC_ARG_WITH(gs, AC_HELP_STRING([--with-gs=NAME], -@@ -236,6 +311,33 @@ +@@ -236,6 +311,33 @@ AC_ARG_ENABLE(compile-inits, AC_HELP_STR fi]) AC_SUBST(COMPILE_INITS) |