aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-IPC-ShareLite/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-IPC-ShareLite/files')
-rw-r--r--devel/p5-IPC-ShareLite/files/patch-Configure38
-rw-r--r--devel/p5-IPC-ShareLite/files/patch-Makefile.PL10
2 files changed, 48 insertions, 0 deletions
diff --git a/devel/p5-IPC-ShareLite/files/patch-Configure b/devel/p5-IPC-ShareLite/files/patch-Configure
new file mode 100644
index 000000000000..6152d82c340f
--- /dev/null
+++ b/devel/p5-IPC-ShareLite/files/patch-Configure
@@ -0,0 +1,38 @@
+--- Configure.orig Tue Apr 3 04:46:13 2001
++++ Configure Tue Apr 3 04:50:15 2001
+@@ -3042,35 +3042,6 @@
+ : preserve RCS keywords in files with variable substitution, grrr
+ Id='$Id'
+
+-: Finish up by extracting the .SH files
+-case "$alldone" in
+-exit)
+- $rm -rf UU
+- echo "Done."
+- exit 0
+- ;;
+-cont)
+- ;;
+-'')
+- dflt=''
+- nostick=true
+- $cat <<EOM
+-
+-If you'd like to make any changes to the config.sh file before I begin
+-to configure things, do it as a shell escape now (e.g. !vi config.sh).
+-
+-EOM
+- rp="Press return or use a shell escape to edit config.sh:"
+- . UU/myread
+- nostick=''
+- case "$ans" in
+- '') ;;
+- *) : in case they cannot read
+- sh 1>&4 -c "$ans";;
+- esac
+- ;;
+-esac
+-
+ : if this fails, just run all the .SH files by hand
+ . ./config.sh
+
diff --git a/devel/p5-IPC-ShareLite/files/patch-Makefile.PL b/devel/p5-IPC-ShareLite/files/patch-Makefile.PL
new file mode 100644
index 000000000000..aaec7d9eea36
--- /dev/null
+++ b/devel/p5-IPC-ShareLite/files/patch-Makefile.PL
@@ -0,0 +1,10 @@
+--- Makefile.PL.orig Tue Apr 3 04:45:01 2001
++++ Makefile.PL Tue Apr 3 04:45:07 2001
+@@ -1,6 +1,6 @@
+ use ExtUtils::MakeMaker;
+
+-system('./Configure');
++system('./Configure -d');
+
+ # See lib/ExtUtils/MakeMaker.pm for details of how to influence
+ # the contents of the Makefile that is written.