]> git.pld-linux.org Git - packages/perl-Gnome2.git/blob - perl-Gnome2-build_fix.patch
a5b1e4c748b550a85e16543b9a8e5a97d3dfc682
[packages/perl-Gnome2.git] / perl-Gnome2-build_fix.patch
1 diff -aurN Gnome2-0.32.orig/Makefile.PL Gnome2-0.32/Makefile.PL
2 --- Gnome2-0.32.orig/Makefile.PL        2003-08-20 03:25:45.000000000 +0200
3 +++ Gnome2-0.32/Makefile.PL     2003-10-24 22:48:08.204459704 +0200
4 @@ -13,7 +13,7 @@
5  # Writing a fake Makefile ensures that CPAN will pick up the correct
6  # dependencies and install them.
7  unless (eval "use ExtUtils::Depends;"
8 -           . "use Glib::PkgConfig;"
9 +           . "use ExtUtils::PkgConfig;"
10             # just seeing if Glib is available isn't enough, make sure
11             # it's recent enough, too 
12             . "use Gtk2 $req_gtk2_ver;"
13 @@ -34,7 +34,7 @@
14  # now let's get started on the real work...
15  # in theory, getting what we need to build libgnomeui should 
16  # also get everything we need for libgnome.
17 -%pkgcfg = Glib::PkgConfig->find ('libgnomeui-2.0');
18 +%pkgcfg = ExtUtils::PkgConfig->find ('libgnomeui-2.0');
19  
20  mkdir 'build', 0777;
21  
This page took 0.082475 seconds and 2 git commands to generate.