summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-11-27 13:30:48 +0100
committerAlexis Ballier <aballier@gentoo.org>2015-11-27 13:30:55 +0100
commit3bc8f1430d487b57c71bb0129853466b6514afba (patch)
tree0431a9b373e4aa2fb57fb50ebc46bf9afcca2eec /dev-util/catkin/files
parentsci-mathematics/maxima: cleaning old (diff)
downloadgentoo-3bc8f1430d487b57c71bb0129853466b6514afba.tar.gz
gentoo-3bc8f1430d487b57c71bb0129853466b6514afba.tar.bz2
gentoo-3bc8f1430d487b57c71bb0129853466b6514afba.zip
dev-util/catkin: include GNUInstallDirs in all.cmake so that LIBDIR is always defined. Bug #566670.
Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-util/catkin/files')
-rw-r--r--dev-util/catkin/files/gnuinstalldirs.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-util/catkin/files/gnuinstalldirs.patch b/dev-util/catkin/files/gnuinstalldirs.patch
new file mode 100644
index 000000000000..795eafc31965
--- /dev/null
+++ b/dev-util/catkin/files/gnuinstalldirs.patch
@@ -0,0 +1,15 @@
+Index: catkin-0.6.16/cmake/all.cmake
+===================================================================
+--- catkin-0.6.16.orig/cmake/all.cmake
++++ catkin-0.6.16/cmake/all.cmake
+@@ -108,6 +108,10 @@ endif()
+ # include CMake functions
+ include(CMakeParseArguments)
+
++# include GNUInstallDirs for LIBDIR
++# https://bugs.gentoo.org/show_bug.cgi?id=566670
++include(GNUInstallDirs)
++
+ # functions/macros: list_append_unique, safe_execute_process
+ # python-integration: catkin_python_setup.cmake, interrogate_setup_dot_py.py, templates/__init__.py.in, templates/script.py.in, templates/python_distutils_install.bat.in, templates/python_distutils_install.sh.in, templates/safe_execute_install.cmake.in
+ foreach(filename