summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-12-22 16:25:59 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-23 14:10:18 +0100
commit42873fe722268b3a4cad3bd375c5adfdacfc16cd (patch)
tree3745f8b4807e239a6caf015c34541e1d342d0e79 /games-arcade/supertux/files/supertux-0.4.0-flags.patch
parentgames-kids/gcompris: remove unused patch (diff)
downloadgentoo-42873fe722268b3a4cad3bd375c5adfdacfc16cd.tar.gz
gentoo-42873fe722268b3a4cad3bd375c5adfdacfc16cd.tar.bz2
gentoo-42873fe722268b3a4cad3bd375c5adfdacfc16cd.zip
games-arcade/supertux: remove unused patches
Diffstat (limited to 'games-arcade/supertux/files/supertux-0.4.0-flags.patch')
-rw-r--r--games-arcade/supertux/files/supertux-0.4.0-flags.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/games-arcade/supertux/files/supertux-0.4.0-flags.patch b/games-arcade/supertux/files/supertux-0.4.0-flags.patch
deleted file mode 100644
index a09176cedd14..000000000000
--- a/games-arcade/supertux/files/supertux-0.4.0-flags.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -329,7 +329,7 @@
- endif(COMPILER_SUPPORTS_CXX11)
-
-
--IF(CMAKE_COMPILER_IS_GNUCC)
-+IF(CMAKE_COMPILER_IS_GNUCC_NOTOUCHING_FLAGS)
- SET(CMAKE_CXX_FLAGS_DEBUG "-O0 -g" CACHE STRING "Debug flags")
- SET(CMAKE_C_FLAGS_DEBUG "-O0 -g" CACHE STRING "Debug flags")
- SET(CMAKE_CXX_FLAGS_PROFILE "-pg" CACHE STRING "Profile flags")
-@@ -352,7 +352,7 @@
- # -Wlogical-op -Wstrict-null-sentinel
- SET(SUPERTUX2_EXTRA_WARNING_FLAGS "-fdiagnostics-show-option -pedantic -Wno-long-long -Wcast-align -Wdisabled-optimization -Winit-self -Winvalid-pch -Wmissing-include-dirs -Wmissing-noreturn -Wpacked -Wredundant-decls -Wstack-protector -Wformat=2 -Weffc++ -Wctor-dtor-privacy -Wno-unused-parameter -Wshadow -Wnon-virtual-dtor -Wcast-qual")
- ENDIF(WARNINGS)
--ENDIF(CMAKE_COMPILER_IS_GNUCC)
-+ENDIF(CMAKE_COMPILER_IS_GNUCC_NOTOUCHING_FLAGS)
-
- ## If xgettext is available, generate messages.pot for sources
-
-@@ -407,9 +407,9 @@
- ENDIF(GENERATE_MESSAGESPOT)
-
- ## Some additional compiler switches
--IF(CMAKE_COMPILER_IS_GNUCC)
-+IF(CMAKE_COMPILER_IS_GNUCC_NOTOUCHING_FLAGS)
- SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-strict-aliasing")
--ENDIF(CMAKE_COMPILER_IS_GNUCC)
-+ENDIF(CMAKE_COMPILER_IS_GNUCC_NOTOUCHING_FLAGS)
-
- IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
- ADD_DEFINITIONS(-DMACOSX)