From: Alexis Ballier Date: Mon, 20 Feb 2017 13:30:45 +0000 (+0100) Subject: dev-ros/xmlrpcpp: Remove patch/hacks for moving include dir, upstream fixed it. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e7d7233fc53eebd0d3f5b45484b580d6ec10a8d1;p=gentoo.git dev-ros/xmlrpcpp: Remove patch/hacks for moving include dir, upstream fixed it. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild b/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild index c2699ae5d9a0..c4f66ec31bdd 100644 --- a/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild +++ b/dev-ros/xmlrpcpp/xmlrpcpp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,17 +17,3 @@ IUSE="" RDEPEND="dev-ros/cpp_common" DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}/headers.patch" ) - -src_configure() { - ros-catkin_src_configure - # Hack so that proper -I are added - sed -e "s#_include_dirs \"include\"#_include_dirs \"include;${EPREFIX}/usr/include/xmlrpcpp\"#" \ - -i "${BUILD_DIR}/catkin_generated/installspace/xmlrpcppConfig.cmake" || die - - sed -e "s#/usr/include#/usr/include;${EPREFIX}/usr/include/xmlrpcpp#g" \ - -i "${BUILD_DIR}/catkin_generated/pkg.installspace.context.pc.py" || die - - sed -e "s#/usr/include#/usr/include -I${EPREFIX}/usr/include/xmlrpcpp#g" \ - -i "${BUILD_DIR}/./catkin_generated/installspace/xmlrpcpp.pc" || die -}