diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2023-02-24 17:34:36 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2023-02-24 17:37:13 +0100 |
commit | 74f4e6aae68b7ef3e4764a6bfd81b1c02a786e9c (patch) | |
tree | a81d3393cc2bd8c696ef2fcdbe91afbda07fb6f0 /sci-physics | |
parent | net-fs/cvmfs: add 2.10.1 (diff) | |
download | gentoo-74f4e6aae68b7ef3e4764a6bfd81b1c02a786e9c.tar.gz gentoo-74f4e6aae68b7ef3e4764a6bfd81b1c02a786e9c.tar.bz2 gentoo-74f4e6aae68b7ef3e4764a6bfd81b1c02a786e9c.zip |
sci-physics/root: quote ${EXTRA_ECONF}
Without this it's not possible to pass CXXFLAGS with spaces
to CMake with e.g. EXTRA_ECONF='-DCMAKE_CXX_FLAGS="-O2 -g"'.
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.26.08.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-6.26.9999.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-6.28.00.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-6.28.9999.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sci-physics/root/root-6.26.08.ebuild b/sci-physics/root/root-6.26.08.ebuild index 2d2e1c21374b..ec8f9983775c 100644 --- a/sci-physics/root/root-6.26.08.ebuild +++ b/sci-physics/root/root-6.26.08.ebuild @@ -290,7 +290,7 @@ src_configure() { -Dx11=$(usex X) -Dxml=$(usex xml) -Dxrootd=$(usex xrootd) - ${EXTRA_ECONF} + "${EXTRA_ECONF}" ) cmake_src_configure diff --git a/sci-physics/root/root-6.26.9999.ebuild b/sci-physics/root/root-6.26.9999.ebuild index 2d2e1c21374b..ec8f9983775c 100644 --- a/sci-physics/root/root-6.26.9999.ebuild +++ b/sci-physics/root/root-6.26.9999.ebuild @@ -290,7 +290,7 @@ src_configure() { -Dx11=$(usex X) -Dxml=$(usex xml) -Dxrootd=$(usex xrootd) - ${EXTRA_ECONF} + "${EXTRA_ECONF}" ) cmake_src_configure diff --git a/sci-physics/root/root-6.28.00.ebuild b/sci-physics/root/root-6.28.00.ebuild index 84fee8efa756..e25434a11de7 100644 --- a/sci-physics/root/root-6.28.00.ebuild +++ b/sci-physics/root/root-6.28.00.ebuild @@ -307,7 +307,7 @@ src_configure() { -Dx11=$(usex X) -Dxml=$(usex xml) -Dxrootd=$(usex xrootd) - ${EXTRA_ECONF} + "${EXTRA_ECONF}" ) # Needs to be here, otherwise gets overriden by cmake.eclass diff --git a/sci-physics/root/root-6.28.9999.ebuild b/sci-physics/root/root-6.28.9999.ebuild index 84fee8efa756..e25434a11de7 100644 --- a/sci-physics/root/root-6.28.9999.ebuild +++ b/sci-physics/root/root-6.28.9999.ebuild @@ -307,7 +307,7 @@ src_configure() { -Dx11=$(usex X) -Dxml=$(usex xml) -Dxrootd=$(usex xrootd) - ${EXTRA_ECONF} + "${EXTRA_ECONF}" ) # Needs to be here, otherwise gets overriden by cmake.eclass diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 84fee8efa756..e25434a11de7 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -307,7 +307,7 @@ src_configure() { -Dx11=$(usex X) -Dxml=$(usex xml) -Dxrootd=$(usex xrootd) - ${EXTRA_ECONF} + "${EXTRA_ECONF}" ) # Needs to be here, otherwise gets overriden by cmake.eclass |