summaryrefslogtreecommitdiff
path: root/pcr/qtwebkit/fix-build-in-usr.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-02 15:52:21 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-02 15:52:21 +0100
commiteabb225e7189c643c9cb7942eabb6350cdab6954 (patch)
treeaf38adc6b3258b53d83de656ddce22a2efafcf84 /pcr/qtwebkit/fix-build-in-usr.patch
parent3b61ebb77ffe4e2ec8ea355106dc08bc82f45333 (diff)
downloadabslibre-eabb225e7189c643c9cb7942eabb6350cdab6954.tar.gz
abslibre-eabb225e7189c643c9cb7942eabb6350cdab6954.tar.bz2
abslibre-eabb225e7189c643c9cb7942eabb6350cdab6954.zip
pcr/qtwebkit: added
Diffstat (limited to 'pcr/qtwebkit/fix-build-in-usr.patch')
-rw-r--r--pcr/qtwebkit/fix-build-in-usr.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/pcr/qtwebkit/fix-build-in-usr.patch b/pcr/qtwebkit/fix-build-in-usr.patch
new file mode 100644
index 000000000..44a3dd3e8
--- /dev/null
+++ b/pcr/qtwebkit/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;
+