logo

overlay

My (experimental) gentoo overlay
commit: 4af832839b3f4746f949398acb30c1a8abf99c08
parent: 99101121686b5734a93d6caa5d916646e95400bd
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 16 Dec 2017 07:36:09 +0100

dev-libs/pugixml: Enable pkg-config build/files

Diffstat:

Mdev-libs/pugixml/pugixml-1.8.ebuild2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/pugixml/pugixml-1.8.ebuild b/dev-libs/pugixml/pugixml-1.8.ebuild @@ -15,6 +15,6 @@ SLOT="0" KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" src_configure() { - local mycmakeargs=( -DBUILD_SHARED_LIBS=ON ) + local mycmakeargs=( -DBUILD_SHARED_LIBS=ON -DBUILD_PKGCONFIG=ON ) cmake-utils_src_configure }