diff options
Diffstat (limited to 'x11-toolkits/p5-Gnome2/files/patch-Makefile.PL')
-rw-r--r-- | x11-toolkits/p5-Gnome2/files/patch-Makefile.PL | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Gnome2/files/patch-Makefile.PL b/x11-toolkits/p5-Gnome2/files/patch-Makefile.PL new file mode 100644 index 000000000000..cd26b0787b74 --- /dev/null +++ b/x11-toolkits/p5-Gnome2/files/patch-Makefile.PL @@ -0,0 +1,12 @@ +--- Makefile.PL.orig Wed Dec 10 07:32:09 2003 ++++ Makefile.PL Wed Jan 7 16:02:44 2004 +@@ -35,7 +35,8 @@ + # it's recent enough, too + . "use Glib '$build_reqs{'perl-Glib'}';" + . "use Gtk2 '$build_reqs{'perl-Gtk2'}';" +- . "use Gnome2::VFS '$build_reqs{'perl-Gnome2-VFS'}';" ++# this will cause ExtUtils::PkgConfig fail ++# . "use Gnome2::VFS '$build_reqs{'perl-Gnome2-VFS'}';" + . "1") { + warn "$@\n"; + WriteMakefile( |