]> git.pld-linux.org Git - packages/perl-Gnome2.git/commitdiff
- obsoleted
authorfreetz <freetz@pld-linux.org>
Fri, 28 Nov 2003 15:32:25 +0000 (15:32 +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.2

perl-Gnome2-build_fix.patch [deleted file]

diff --git a/perl-Gnome2-build_fix.patch b/perl-Gnome2-build_fix.patch
deleted file mode 100644 (file)
index a5b1e4c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-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.054516 seconds and 4 git commands to generate.