From 1bb73067eb987e65a4c4ee30b64ab04f406ed6e6 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Tue, 12 Jan 2016 04:10:50 +0100 Subject: [PATCH] Fix system-nspr-prtime patch to match Fedora paths The clean way to do this would probably be to call pkg-config or nspr-config to get a -I flag and use just #include , but this should work for now. --- ...bengine-opensource-src-5.6.0-beta-system-nspr-prtime.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qtwebengine-opensource-src-5.6.0-beta-system-nspr-prtime.patch b/qtwebengine-opensource-src-5.6.0-beta-system-nspr-prtime.patch index 12c830a..dffa81e 100644 --- a/qtwebengine-opensource-src-5.6.0-beta-system-nspr-prtime.patch +++ b/qtwebengine-opensource-src-5.6.0-beta-system-nspr-prtime.patch @@ -30,7 +30,7 @@ diff -ur qtwebengine-opensource-src-5.6.0-beta/src/3rdparty/chromium/base/time/p #include "base/compiler_specific.h" -#include "base/third_party/nspr/prtime.h" -+#include ++#include #include "base/time/time.h" #include "testing/gtest/include/gtest/gtest.h" @@ -43,7 +43,7 @@ diff -ur qtwebengine-opensource-src-5.6.0-beta/src/3rdparty/chromium/base/time/t #include "base/strings/stringprintf.h" -#include "base/third_party/nspr/prtime.h" + -+#include ++#include namespace base {