summaryrefslogtreecommitdiff
path: root/www/wml/patches
diff options
context:
space:
mode:
authorkim <kim>2000-09-04 21:41:50 +0000
committerkim <kim>2000-09-04 21:41:50 +0000
commit873b0d7ea7c98ee04720782cc80d5df12c80eea3 (patch)
tree9ab4328a09a9f418855a31cab1c10dfb7ec4ef9a /www/wml/patches
parent43da70422a00780047c588e09e5a5b7caa5b6989 (diff)
downloadpkgsrc-873b0d7ea7c98ee04720782cc80d5df12c80eea3.tar.gz
Web Meta Language
Diffstat (limited to 'www/wml/patches')
-rw-r--r--www/wml/patches/patch-aa52
1 files changed, 52 insertions, 0 deletions
diff --git a/www/wml/patches/patch-aa b/www/wml/patches/patch-aa
new file mode 100644
index 00000000000..1c57b2b7a20
--- /dev/null
+++ b/www/wml/patches/patch-aa
@@ -0,0 +1,52 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/09/04 21:41:50 kim Exp $
+
+--- configure.orig Mon May 22 17:00:34 2000
++++ configure Mon Sep 4 16:16:44 2000
+@@ -1082,6 +1082,7 @@
+ rm -f $TMPFILE
+ cat >$TMPFILE <<'EOT'
+ eval {
++ use AutoLoader 'AUTOLOAD';
+ require Getopt::Long;
+ if ('2.16' ne 'ANY') {
+ Getopt::Long->require_version('2.16');
+@@ -1110,6 +1111,7 @@
+ rm -f $TMPFILE
+ cat >$TMPFILE <<'EOT'
+ eval {
++ use AutoLoader 'AUTOLOAD';
+ require Bit::Vector;
+ if ('5.2' ne 'ANY') {
+ Bit::Vector->require_version('5.2');
+@@ -1138,6 +1140,7 @@
+ rm -f $TMPFILE
+ cat >$TMPFILE <<'EOT'
+ eval {
++ use AutoLoader 'AUTOLOAD';
+ require File::PathConvert;
+ if ('ANY' ne 'ANY') {
+ File::PathConvert->require_version('ANY');
+@@ -1166,6 +1169,7 @@
+ rm -f $TMPFILE
+ cat >$TMPFILE <<'EOT'
+ eval {
++ use AutoLoader 'AUTOLOAD';
+ require Image::Size;
+ if ('2.6' ne 'ANY') {
+ Image::Size->require_version('2.6');
+@@ -1194,6 +1198,7 @@
+ rm -f $TMPFILE
+ cat >$TMPFILE <<'EOT'
+ eval {
++ use AutoLoader 'AUTOLOAD';
+ require IO::File;
+ if ('1.07' ne 'ANY') {
+ IO::File->require_version('1.07');
+@@ -1222,6 +1227,7 @@
+ rm -f $TMPFILE
+ cat >$TMPFILE <<'EOT'
+ eval {
++ use AutoLoader 'AUTOLOAD';
+ require Term::ReadKey;
+ if ('2.11' ne 'ANY') {
+ Term::ReadKey->require_version('2.11');