aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Bauer <samuel.bauer@yahoo.fr>2021-05-03 22:29:54 +0200
committerSamuel Bauer <samuel.bauer@yahoo.fr>2021-05-03 22:29:54 +0200
commit6e07b70543852d33b276bea80cfb3d928d7c32ca (patch)
tree047c20e97c109712555c337709bf33d4f0b15db1 /games-action
parentgames-action/blackvoxel: integrate work from #787074 in live ebuild (diff)
downloadguru-6e07b70543852d33b276bea80cfb3d928d7c32ca.tar.gz
guru-6e07b70543852d33b276bea80cfb3d928d7c32ca.tar.bz2
guru-6e07b70543852d33b276bea80cfb3d928d7c32ca.zip
games-action/blackvoxel-9999: regex rework
Signed-off-by: Samuel Bauer <samuel.bauer@yahoo.fr>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/blackvoxel/blackvoxel-9999.ebuild4
1 files 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