diff options
author | 2024-08-20 20:50:59 +0300 | |
---|---|---|
committer | 2024-08-20 20:50:59 +0300 | |
commit | 63f215b97d831e0547cd7c395403fb416629a214 (patch) | |
tree | af0e09a7eef4e85c8f882cba3950a888ff66c73c /games-arcade/wop/files/wop-0.4.3-gcc6.patch | |
parent | games-mud/crystal: treeclean (diff) | |
download | gentoo-63f215b97d831e0547cd7c395403fb416629a214.tar.gz gentoo-63f215b97d831e0547cd7c395403fb416629a214.tar.bz2 gentoo-63f215b97d831e0547cd7c395403fb416629a214.zip |
games-arcade/wop: treeclean
Closes: https://bugs.gentoo.org/936299 (pkgremoved)
Closes: https://bugs.gentoo.org/670614 (pkgremoved)
Closes: https://bugs.gentoo.org/730816 (pkgremoved)
Closes: https://bugs.gentoo.org/715480 (pkgremoved)
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'games-arcade/wop/files/wop-0.4.3-gcc6.patch')
-rw-r--r-- | games-arcade/wop/files/wop-0.4.3-gcc6.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/games-arcade/wop/files/wop-0.4.3-gcc6.patch b/games-arcade/wop/files/wop-0.4.3-gcc6.patch deleted file mode 100644 index 14eea98c1a4e..000000000000 --- a/games-arcade/wop/files/wop-0.4.3-gcc6.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/src/global.cpp -+++ b/src/global.cpp -@@ -44,10 +44,10 @@ - #define GREEN(s) s - #define RED(s) s - #else --#define BLACK(s) "\033[0;1m"s"\033[0m" --#define BLINKINK_BLACK_ON_RED(s) "\033[05;1;41m"s"\033[0m" --#define GREEN(s) "\033[32m"s"\033[0m" --#define RED(s) "\033[31m"s"\033[0m" -+#define BLACK(s) "\033[0;1m" s "\033[0m" -+#define BLINKINK_BLACK_ON_RED(s) "\033[05;1;41m" s "\033[0m" -+#define GREEN(s) "\033[32m" s "\033[0m" -+#define RED(s) "\033[31m" s "\033[0m" - #endif - - /**********************************************************/ |