diff options
Diffstat (limited to 'dev-lang/qu-prolog/files/qu-prolog-8.1-configure.patch')
-rw-r--r-- | dev-lang/qu-prolog/files/qu-prolog-8.1-configure.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-lang/qu-prolog/files/qu-prolog-8.1-configure.patch b/dev-lang/qu-prolog/files/qu-prolog-8.1-configure.patch new file mode 100644 index 000000000000..2c7059dbd37f --- /dev/null +++ b/dev-lang/qu-prolog/files/qu-prolog-8.1-configure.patch @@ -0,0 +1,30 @@ +Only in qp8.1: Makefile.in.orig +Only in qp8.1/bin: qc.in.orig +diff -ur qp8.1.orig/configure qp8.1/configure +--- qp8.1.orig/configure 2007-08-22 12:23:02.000000000 +1200 ++++ qp8.1/configure 2007-08-26 09:41:17.000000000 +1200 +@@ -3786,6 +3786,8 @@ + + fi + ++if false; then ++ + # Extract the first word of "perl", so it can be a program name with args. + set dummy perl; ac_word=$2 + { echo "$as_me:$LINENO: checking for $ac_word" >&5 +@@ -3836,6 +3838,7 @@ + { (exit 1); exit 1; }; } + fi + ++fi + + GCCINCLUDES= + +Only in qp8.1: configure.orig +Only in qp8.1/prolog/compiler: Makefile.in.orig +Only in qp8.1/prolog/library: Makefile.in.orig +Only in qp8.1/prolog/qc1: Makefile.in.orig +Only in qp8.1/prolog/qecat: Makefile.in.orig +Only in qp8.1/prolog/qg: Makefile.in.orig +Only in qp8.1/prolog/qp: Makefile.in.orig +Only in qp8.1/src: Makefile.in.orig |