aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Gtk/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-10-26 07:42:04 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-10-26 07:42:04 +0000
commit885f171b91120eb01076a74b66acb0a8396ddf8a (patch)
tree51a4e661474eb1ea0ebd465ea302e39fbf4a77b2 /x11-toolkits/p5-Gtk/files
parent6bc3586b032a619fb85eb88d346e29d0f752f6b2 (diff)
downloadports-885f171b91120eb01076a74b66acb0a8396ddf8a.tar.gz
ports-885f171b91120eb01076a74b66acb0a8396ddf8a.zip
Notes
Diffstat (limited to 'x11-toolkits/p5-Gtk/files')
-rw-r--r--x11-toolkits/p5-Gtk/files/patch-Gtk::Makefile.PL (renamed from x11-toolkits/p5-Gtk/files/patch-Gtk_Makefile.PL)8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/p5-Gtk/files/patch-Gtk_Makefile.PL b/x11-toolkits/p5-Gtk/files/patch-Gtk::Makefile.PL
index a30abdf91469..eaac20c29644 100644
--- a/x11-toolkits/p5-Gtk/files/patch-Gtk_Makefile.PL
+++ b/x11-toolkits/p5-Gtk/files/patch-Gtk::Makefile.PL
@@ -1,5 +1,5 @@
---- Gtk/Makefile.PL.orig Sun May 27 00:08:38 2001
-+++ Gtk/Makefile.PL Tue Jan 21 11:07:55 2003
+--- Gtk/Makefile.PL.orig Tue Jun 17 17:47:56 2003
++++ Gtk/Makefile.PL Sun Oct 26 13:42:15 2003
@@ -40,8 +40,8 @@
$threadl = "";
}
@@ -36,13 +36,13 @@
-sub MY::c_o {
- package MY; # so that "SUPER" works right
- my $inherited = shift->SUPER::c_o(@_);
-- $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/m;
+- $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/mg;
- $inherited;
-}
+#sub MY::c_o {
+# package MY; # so that "SUPER" works right
+# my $inherited = shift->SUPER::c_o(@_);
-+# $inherited =~ s/CCCMD.*$/$& -o \$*\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/m;
++# $inherited =~ s/CCCMD.*$/$&\n\t\@if test -f `basename \$*.o` -a "`basename \$*.o`" != "\$*.o"; then mv `basename \$*.o` \$*.o; fi/mg;
+# $inherited;
+#}