commit:     bad9f20be20140470cc6f3a5efd4baec22230ab4
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 15:49:31 2018 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Apr 12 15:49:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad9f20b

sci-physics/root: fix bug 652954

C_INCLUDE_DIRS+DEFAULT_SYSROOT lead to double prefix in include dirs.

Closes: https://bugs.gentoo.org/652954
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-physics/root/root-6.12.06-r1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sci-physics/root/root-6.12.06-r1.ebuild 
b/sci-physics/root/root-6.12.06-r1.ebuild
index 03a1a841308..ab9b95a0ad4 100644
--- a/sci-physics/root/root-6.12.06-r1.ebuild
+++ b/sci-physics/root/root-6.12.06-r1.ebuild
@@ -149,8 +149,6 @@ src_configure() {
                -DCMAKE_CXX_FLAGS="${CXXFLAGS}"
                -DCMAKE_INSTALL_PREFIX="${EPREFIX}/${MY_PREFIX}"
                -DDEFAULT_SYSROOT="${EPREFIX}"
-               -DGCC_INSTALL_PREFIX="${EPREFIX}/usr"
-               
-DC_INCLUDE_DIRS="${EPREFIX}/usr/local/include:${EPREFIX}/include:${EPREFIX}/usr/include"
                -Dexplicitlink=ON
                -Dexceptions=ON
                -Dfail-on-missing=ON

Reply via email to