summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2022-04-21 12:19:41 +0200
committerAlexis Ballier <aballier@gentoo.org>2022-04-21 12:19:45 +0200
commit333f5e1520569d2ff485bd02229056afb93c8caf (patch)
tree08d642b496842e025976338d598019f67e4e7649 /sci-electronics/gazebo/files
parentapp-emulation/xen: enable CONFIG_CRASH_DEBUG on USE=debug (diff)
downloadgentoo-333f5e1520569d2ff485bd02229056afb93c8caf.tar.gz
gentoo-333f5e1520569d2ff485bd02229056afb93c8caf.tar.bz2
gentoo-333f5e1520569d2ff485bd02229056afb93c8caf.zip
sci-electronics/gazebo: bump to 11.10.2
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'sci-electronics/gazebo/files')
-rw-r--r--sci-electronics/gazebo/files/qwt2.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/sci-electronics/gazebo/files/qwt2.patch b/sci-electronics/gazebo/files/qwt2.patch
new file mode 100644
index 000000000000..08e406055970
--- /dev/null
+++ b/sci-electronics/gazebo/files/qwt2.patch
@@ -0,0 +1,17 @@
+Index: gazebo-11.10.2/cmake/SearchForStuff.cmake
+===================================================================
+--- gazebo-11.10.2.orig/cmake/SearchForStuff.cmake
++++ gazebo-11.10.2/cmake/SearchForStuff.cmake
+@@ -847,10 +847,10 @@ find_path(QWT_INCLUDE_DIR NAMES qwt.h PA
+ /usr/local/lib/qwt.framework/Headers
+ ${QWT_WIN_INCLUDE_DIR}
+
+- PATH_SUFFIXES qwt qwt5
++ PATH_SUFFIXES qwt qwt5 qwt6
+ )
+
+-find_library(QWT_LIBRARY NAMES qwt-qt5 qwt PATHS
++find_library(QWT_LIBRARY NAMES qwt6-qt5 qwt-qt5 qwt PATHS
+ /usr/local/lib
+ /usr/local/lib/qwt.framework
+ ${QWT_WIN_LIBRARY_DIR}