]> git.pld-linux.org Git - packages/perl-Gnome2.git/commitdiff
- s/Glib::PkgConfig/ExtUtils::PkgConfig
authorfreetz <freetz@pld-linux.org>
Fri, 24 Oct 2003 21:55:32 +0000 (21:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Gnome2-build_fix.patch -> 1.1

perl-Gnome2-build_fix.patch [new file with mode: 0644]

diff --git a/perl-Gnome2-build_fix.patch b/perl-Gnome2-build_fix.patch
new file mode 100644 (file)
index 0000000..a5b1e4c
--- /dev/null
@@ -0,0 +1,21 @@
+diff -aurN Gnome2-0.32.orig/Makefile.PL Gnome2-0.32/Makefile.PL
+--- Gnome2-0.32.orig/Makefile.PL       2003-08-20 03:25:45.000000000 +0200
++++ Gnome2-0.32/Makefile.PL    2003-10-24 22:48:08.204459704 +0200
+@@ -13,7 +13,7 @@
+ # Writing a fake Makefile ensures that CPAN will pick up the correct
+ # dependencies and install them.
+ unless (eval "use ExtUtils::Depends;"
+-           . "use Glib::PkgConfig;"
++           . "use ExtUtils::PkgConfig;"
+            # just seeing if Glib is available isn't enough, make sure
+            # it's recent enough, too 
+            . "use Gtk2 $req_gtk2_ver;"
+@@ -34,7 +34,7 @@
+ # now let's get started on the real work...
+ # in theory, getting what we need to build libgnomeui should 
+ # also get everything we need for libgnome.
+-%pkgcfg = Glib::PkgConfig->find ('libgnomeui-2.0');
++%pkgcfg = ExtUtils::PkgConfig->find ('libgnomeui-2.0');
+ mkdir 'build', 0777;
This page took 0.158552 seconds and 4 git commands to generate.