[perl-Gtk2-Spell] Depend on recent Glib for build support



commit f175da9a489c2a761c69c8359e8851888f12175e
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Tue Jan 3 12:59:05 2012 +0100

    Depend on recent Glib for build support

 Makefile.PL |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 542fb7d..d049aa9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,7 +11,7 @@ use File::Spec;
 our %build_reqs = (
 	'perl-ExtUtils-Depends'   => '0.1',
 	'perl-ExtUtils-PkgConfig' => '0.1',
-	'perl-Glib'               => '1.00',
+	'perl-Glib'               => '1.24',
 	'perl-Gtk2'               => '1.00',
 	'GtkSpell'                => '2.0.0',
 );
@@ -70,20 +70,8 @@ WriteMakefile(
     $gtk2spell->get_makefile_vars,
 );
 
-#
-# there's a bug in the MakeMaker output which results in .xs files in a
-# subdirectory being turned into .o files in this dir.  the bug is a missing
-# -o on the compiler command line.  this is a hackish fix for it.
-#
-
 use Cwd;
 
-sub MY::const_cccmd {
-	my $inherited = shift->SUPER::const_cccmd (@_);
-	$inherited .= ' -o $@';
-	$inherited;
-}
-
 sub MY::postamble
 {
 	return Glib::MakeHelper->postamble_clean ()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]