summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-30 19:28:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-31 18:23:36 +0100
commit7b0e0aecbcb9b247681a2c87be51d5e43404f7e5 (patch)
treef02c8f546715d9dd8b66099bd6c7e1536ee0e828 /dev-libs/pugixml/pugixml-1.9-r1.ebuild
parent*/*: Switch graphics proj packages to cmake.eclass (diff)
downloadgentoo-7b0e0aecbcb9b247681a2c87be51d5e43404f7e5.tar.gz
gentoo-7b0e0aecbcb9b247681a2c87be51d5e43404f7e5.tar.bz2
gentoo-7b0e0aecbcb9b247681a2c87be51d5e43404f7e5.zip
*/*: Switch media-video proj packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/pugixml/pugixml-1.9-r1.ebuild')
-rw-r--r--dev-libs/pugixml/pugixml-1.9-r1.ebuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/dev-libs/pugixml/pugixml-1.9-r1.ebuild b/dev-libs/pugixml/pugixml-1.9-r1.ebuild
index a828ba74f2e3..98f20245f463 100644
--- a/dev-libs/pugixml/pugixml-1.9-r1.ebuild
+++ b/dev-libs/pugixml/pugixml-1.9-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils
+inherit cmake
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/zeux/${PN}.git"
@@ -24,10 +24,3 @@ PATCHES=(
"${FILESDIR}/${P}-Use-CMAKE_INSTALL_LIBDIR-for-pugixml.pc.patch"
"${FILESDIR}/${P}-pkg-config-Use-CMake-GnuInstallDirs-FULL-vars.patch"
)
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_SHARED_LIBS=ON
- )
- cmake-utils_src_configure
-}