summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-GHTTP/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-04-29 19:02:29 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-04-29 19:02:29 +0000
commitc2999ddf947cef557e8a4a47440c3e2af6bfd0bb (patch)
treeb52d1ff420f8f0a841017a81da49955b2c65765d /www/p5-HTTP-GHTTP/files
parentUpgrade to 1.09 (diff)
Upgrade to 1.06.
PR: ports/26956 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=42042
Diffstat (limited to 'www/p5-HTTP-GHTTP/files')
-rw-r--r--www/p5-HTTP-GHTTP/files/patch-Makefile.PL36
1 files changed, 36 insertions, 0 deletions
diff --git a/www/p5-HTTP-GHTTP/files/patch-Makefile.PL b/www/p5-HTTP-GHTTP/files/patch-Makefile.PL
new file mode 100644
index 000000000000..5f9b05745fee
--- /dev/null
+++ b/www/p5-HTTP-GHTTP/files/patch-Makefile.PL
@@ -0,0 +1,36 @@
+*** Makefile.PL.orig Sun Apr 29 18:31:49 2001
+--- Makefile.PL Sun Apr 29 18:32:01 2001
+***************
+*** 14,20 ****
+ }
+
+ my $DEBUG = delete $config{DEBUG};
+!
+ # get libs and inc from gnome-config
+ eval {
+ print "running gnome-config... ";
+--- 14,20 ----
+ }
+
+ my $DEBUG = delete $config{DEBUG};
+! =item
+ # get libs and inc from gnome-config
+ eval {
+ print "running gnome-config... ";
+***************
+*** 57,63 ****
+ }
+
+ have_library("ghttp", "ghttp_get_header_names");
+!
+ WriteMakefile(
+ 'NAME' => 'HTTP::GHTTP',
+ 'VERSION_FROM' => 'GHTTP.pm', # finds $VERSION
+--- 57,63 ----
+ }
+
+ have_library("ghttp", "ghttp_get_header_names");
+! =cut
+ WriteMakefile(
+ 'NAME' => 'HTTP::GHTTP',
+ 'VERSION_FROM' => 'GHTTP.pm', # finds $VERSION