mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
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>
This commit is contained in:
committed by
Conrad Kostecki
parent
d08e7ac9f4
commit
b9eaec2d2c
@@ -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)
|
||||
Reference in New Issue
Block a user