diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-01-07 14:27:40 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-01-07 14:32:32 -0500 |
commit | ca1b8c0c8e5ea92c5310f654917113ae37aa07ef (patch) | |
tree | 722f4344c2b2cd16a9df9281f0cb0bc9dc834b2d /dev-libs/pugixml | |
parent | dev-php/PEAR-PEAR_PackageFileManager: remove unused version 1.6.3. (diff) | |
download | gentoo-ca1b8c0c8e5ea92c5310f654917113ae37aa07ef.tar.gz gentoo-ca1b8c0c8e5ea92c5310f654917113ae37aa07ef.tar.bz2 gentoo-ca1b8c0c8e5ea92c5310f654917113ae37aa07ef.zip |
dev-libs/pugixml: force emake as cmake makefile generator (bug #601064)
Diffstat (limited to 'dev-libs/pugixml')
-rw-r--r-- | dev-libs/pugixml/pugixml-1.8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/pugixml/pugixml-1.8.ebuild b/dev-libs/pugixml/pugixml-1.8.ebuild index 40dd30f96e47..af0347733d2c 100644 --- a/dev-libs/pugixml/pugixml-1.8.ebuild +++ b/dev-libs/pugixml/pugixml-1.8.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 +CMAKE_MAKEFILE_GENERATOR=emake inherit cmake-utils |