diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-11-01 17:26:50 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-11-01 18:55:44 +0100 |
commit | b9eaec2d2c18dc7c9131963f9f2c19b766cb5e61 (patch) | |
tree | d9b621e4e992ee351808817c6b40df5e4d657509 /games-action | |
parent | dev-libs/snowball-stemmer: remove unused patch (diff) | |
download | gentoo-b9eaec2d2c18dc7c9131963f9f2c19b766cb5e61.tar.gz gentoo-b9eaec2d2c18dc7c9131963f9f2c19b766cb5e61.tar.bz2 gentoo-b9eaec2d2c18dc7c9131963f9f2c19b766cb5e61.zip |
games-action/supertuxkart: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/22786
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/supertuxkart/files/supertuxkart-1.1-fix-buildsystem.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/games-action/supertuxkart/files/supertuxkart-1.1-fix-buildsystem.patch b/games-action/supertuxkart/files/supertuxkart-1.1-fix-buildsystem.patch deleted file mode 100644 index 394a1963199d..000000000000 --- a/games-action/supertuxkart/files/supertuxkart-1.1-fix-buildsystem.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/lib/irrlicht/CMakeLists.txt b/lib/irrlicht/CMakeLists.txt -index 92a881c81..1371fdf11 100644 ---- a/lib/irrlicht/CMakeLists.txt -+++ b/lib/irrlicht/CMakeLists.txt -@@ -94,15 +94,6 @@ - if(WIN32) - add_definitions(-D_IRR_STATIC_LIB_) - add_definitions(-D_CRT_SECURE_NO_WARNINGS) # Shut up about unsafe stuff --else() -- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -pipe -O3 -fstrict-aliasing") -- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pipe -O3 -fstrict-aliasing") -- if(CMAKE_COMPILER_IS_GNUCC) -- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fexpensive-optimizations") -- endif() -- if(CMAKE_COMPILER_IS_GNUCXX) -- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fexpensive-optimizations") -- endif() - endif() - - if(USE_GLES2) |