commit: 6e07b70543852d33b276bea80cfb3d928d7c32ca
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Mon May 3 20:29:54 2021 +0000
Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Mon May 3 20:29:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e07b705
games-action/blackvoxel-9999: regex rework
Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
games-action/blackvoxel/blackvoxel-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-action/blackvoxel/blackvoxel-9999.ebuild
b/games-action/blackvoxel/blackvoxel-9999.ebuild
index 2cdbbd8db..f9dc33fc2 100644
--- a/games-action/blackvoxel/blackvoxel-9999.ebuild
+++ b/games-action/blackvoxel/blackvoxel-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2018-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -34,7 +34,7 @@ src_prepare() {
-e 's/CFLAGS/CXXFLAGS/g' -e 's/\$(CC)/$(CXX)/' \
-e 's/\$(LD)/$(CXX)/' \
Makefile || die
- sed -i -e 's/\<gcc\>/$(CC)/' -e 's/\<g++\>/$(CXX)/' \
+ sed -i -e 's/\<gcc\>/$(CC)/' -e 's/\<g++ /$(CXX) /' \
-e 's/\<ar\>/$(AR)/' src/sc_Squirrel3/squirrel/Makefile \
src/sc_Squirrel3/sqstdlib/Makefile \
src/sc_Squirrel3/sq/Makefile || die