SOURCES: gtk-webkit-qmake.patch (NEW) - use proper qmake

patrys patrys at pld-linux.org
Sat Aug 11 22:39:58 CEST 2007


Author: patrys                       Date: Sat Aug 11 20:39:58 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use proper qmake

---- Files affected:
SOURCES:
   gtk-webkit-qmake.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gtk-webkit-qmake.patch
diff -u /dev/null SOURCES/gtk-webkit-qmake.patch:1.1
--- /dev/null	Sat Aug 11 22:39:58 2007
+++ SOURCES/gtk-webkit-qmake.patch	Sat Aug 11 22:39:53 2007
@@ -0,0 +1,11 @@
+--- webkit/WebKitTools/Scripts/webkitdirs.pm~	2007-08-11 17:12:13.000000000 +0200
++++ webkit/WebKitTools/Scripts/webkitdirs.pm	2007-08-11 17:30:44.693087605 +0200
+@@ -651,7 +651,7 @@
+     system "mkdir -p " . baseProductDir() . "/$config";
+     chdir baseProductDir() . "/$config" or die "Failed to cd into " . baseProductDir() . "/$config \n";
+ 
+-    my $result = system "qmake-qt4", @buildArgs;
++    my $result = system "qt4-qmake", @buildArgs;
+     $result =  system "qmake", @buildArgs if ($result ne 0);
+     if ($result ne 0) {
+        die "Failed to setup build environment using qmake!\n";
================================================================


More information about the pld-cvs-commit mailing list