From eb194f291a0cf8e4b7188e60703b82c341bb27642e9f9037cef686b15110949a Mon Sep 17 00:00:00 2001 From: Wojciech Kazubski Date: Fri, 20 Sep 2019 11:56:30 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=42 --- ...de-path-used-by-the-openSUSE-package.patch | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 0001-Add-the-include-path-used-by-the-openSUSE-package.patch diff --git a/0001-Add-the-include-path-used-by-the-openSUSE-package.patch b/0001-Add-the-include-path-used-by-the-openSUSE-package.patch new file mode 100644 index 0000000..c11b3d3 --- /dev/null +++ b/0001-Add-the-include-path-used-by-the-openSUSE-package.patch @@ -0,0 +1,24 @@ +From a7f7123b32b00408cd32b34c479b3bc23c3ec359 Mon Sep 17 00:00:00 2001 +From: Christophe Giboudeaux +Date: Mon, 29 Apr 2019 12:53:48 +0200 +Subject: [PATCH] Add the include path used by the openSUSE package. + +--- + cmake/Modules/FindQwt.cmake | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/cmake/Modules/FindQwt.cmake b/cmake/Modules/FindQwt.cmake +index 2b83fbf..5d54a2b 100644 +--- a/cmake/Modules/FindQwt.cmake ++++ b/cmake/Modules/FindQwt.cmake +@@ -19,6 +19,7 @@ find_path(QWT_INCLUDE_DIRS + PATHS + /usr/local/include/qwt-qt5 + /usr/local/include/qwt ++ /usr/include/qt5/qwt6 + /usr/include/qwt6 + /usr/include/qwt-qt5 + /usr/include/qwt +-- +2.21.0 +