summarylogtreecommitdiffstats
path: root/fix-build-in-usr.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-build-in-usr.patch')
-rw-r--r--fix-build-in-usr.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/fix-build-in-usr.patch b/fix-build-in-usr.patch
new file mode 100644
index 000000000000..44a3dd3e8c7e
--- /dev/null
+++ b/fix-build-in-usr.patch
@@ -0,0 +1,10 @@
+--- a/Tools/qmake/syncqt-4.8
++++ b/Tools/qmake/syncqt-4.8
+@@ -353,7 +353,6 @@
+ ######################################################################
+ sub fixPaths {
+ my ($file, $dir) = @_;
+- $dir =~ s=^$quoted_basedir/=$out_basedir/= if(!($basedir eq $out_basedir));
+ $file =~ s=\\=/=g;
+ $dir =~ s=\\=/=g;
+