summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-28 11:46:39 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-28 12:26:51 +0100
commit169777cdc90343fd40b496fab6835c8d5d6d9844 (patch)
treea52803c6e6936b2083687f8aa409fec93f73d78e /dev-ros/xmlrpcpp/files/headers.patch
parentdev-python/python_orocos_kdl: remove old (diff)
downloadgentoo-169777cdc90343fd40b496fab6835c8d5d6d9844.tar.gz
gentoo-169777cdc90343fd40b496fab6835c8d5d6d9844.tar.bz2
gentoo-169777cdc90343fd40b496fab6835c8d5d6d9844.zip
dev-ros/xmlrpcpp: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/xmlrpcpp/files/headers.patch')
-rw-r--r--dev-ros/xmlrpcpp/files/headers.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-ros/xmlrpcpp/files/headers.patch b/dev-ros/xmlrpcpp/files/headers.patch
deleted file mode 100644
index ed0cea6f0f4e..000000000000
--- a/dev-ros/xmlrpcpp/files/headers.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: ros_comm-1.11.15/utilities/xmlrpcpp/CMakeLists.txt
-===================================================================
---- ros_comm-1.11.15.orig/utilities/xmlrpcpp/CMakeLists.txt
-+++ ros_comm-1.11.15/utilities/xmlrpcpp/CMakeLists.txt
-@@ -30,9 +30,8 @@ if(WIN32)
- target_link_libraries(xmlrpcpp ws2_32)
- endif()
-
--# FIXME the headers should be in a package-specific subfolder but can not be for backward compatibility
- install(DIRECTORY include/
-- DESTINATION ${CATKIN_GLOBAL_INCLUDE_DESTINATION}
-+ DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
- FILES_MATCHING PATTERN "*.h")
-
- install(TARGETS xmlrpcpp