diff --git a/games-arcade/tecnoballz/patches/tecnoballz-0.94~git.patchset b/games-arcade/tecnoballz/patches/tecnoballz-0.94.0~git.patchset similarity index 54% rename from games-arcade/tecnoballz/patches/tecnoballz-0.94~git.patchset rename to games-arcade/tecnoballz/patches/tecnoballz-0.94.0~git.patchset index 38a387d7d..c7f5696b7 100644 --- a/games-arcade/tecnoballz/patches/tecnoballz-0.94~git.patchset +++ b/games-arcade/tecnoballz/patches/tecnoballz-0.94.0~git.patchset @@ -1,4 +1,4 @@ -From 97cad7427a294efcd6bcf43dd88d9a36d7436bcc Mon Sep 17 00:00:00 2001 +From deae908e671569c47fca0cae7bee53f6d0210848 Mon Sep 17 00:00:00 2001 From: begasus Date: Sun, 11 Apr 2021 10:43:11 +0000 Subject: Don't use pthread @@ -21,7 +21,7 @@ index 50e8b40..ae4374d 100644 2.30.2 -From 372e0086317d1e0095e8cc3520d9795177f27e32 Mon Sep 17 00:00:00 2001 +From 2b30b51a86dc3d48e5f98e5c1dfe05e016607a67 Mon Sep 17 00:00:00 2001 From: begasus Date: Sun, 11 Apr 2021 10:46:10 +0000 Subject: Fix installation paths @@ -44,3 +44,26 @@ index f9f7b1b..fb6e65f 100644 -- 2.30.2 + +From 225590221f6c176cda105b4bff845f9438abb953 Mon Sep 17 00:00:00 2001 +From: begasus +Date: Sun, 11 Apr 2021 12:46:36 +0000 +Subject: Add -fpermissive for x86_64 + + +diff --git a/configure.ac b/configure.ac +index ae4374d..d1e8f53 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -67,7 +67,7 @@ if test "x${enable_devel}" = "xyes"; then + #CXXFLAGS="-Werror -O2 -Wall -pedantic -Wextra -std=gnu++98 -g $CXXFLAGS" + CXXFLAGS="-Werror -O2 -Wall -pedantic -Wextra -std=gnu++98 -g" + else +- CXXFLAGS="-O2 -Wall -pedantic -Wextra -std=gnu++98 $CXXFLAGS" ++ CXXFLAGS="-O2 -Wall -pedantic -Wextra -fpermissive -std=gnu++98 $CXXFLAGS" + fi + + AC_OUTPUT( +-- +2.30.2 + diff --git a/games-arcade/tecnoballz/tecnoballz-0.94~git.recipe b/games-arcade/tecnoballz/tecnoballz-0.94.0~git.recipe similarity index 100% rename from games-arcade/tecnoballz/tecnoballz-0.94~git.recipe rename to games-arcade/tecnoballz/tecnoballz-0.94.0~git.recipe