SOURCES: perl-Gtk2-GLExt-fix.patch (NEW) - create directory before...
qboosh
qboosh at pld-linux.org
Sat Jun 2 19:05:53 CEST 2007
Author: qboosh Date: Sat Jun 2 17:05:53 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- create directory before using it
---- Files affected:
SOURCES:
perl-Gtk2-GLExt-fix.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/perl-Gtk2-GLExt-fix.patch
diff -u /dev/null SOURCES/perl-Gtk2-GLExt-fix.patch:1.1
--- /dev/null Sat Jun 2 19:05:53 2007
+++ SOURCES/perl-Gtk2-GLExt-fix.patch Sat Jun 2 19:05:48 2007
@@ -0,0 +1,19 @@
+--- Gtk2-GLExt-0.90/Makefile.PL.orig 2004-10-29 02:18:43.000000000 +0200
++++ Gtk2-GLExt-0.90/Makefile.PL 2007-06-02 18:41:16.328630606 +0200
+@@ -42,14 +42,14 @@
+ %pkgcfg = ExtUtils::PkgConfig->find ('gtkglext-1.0 >= '
+ .$build_reqs{GtkGLExt});
+
++mkdir 'build', 0777;
++
+ our @xs_files = <xs/*.xs>;
+ our %pod_files = (
+ 'GLExt.pm' => '$(INST_MAN3DIR)/Gtk2::GLExt.$(MAN3EXT)',
+ Glib::MakeHelper->do_pod_files (@xs_files),
+ );
+
+-mkdir 'build', 0777;
+-
+ #
+ # autogeneration
+ #
================================================================
More information about the pld-cvs-commit
mailing list