Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/supertuxkart/files/
Date: Mon, 01 Nov 2021 17:56:03
Message-Id: 1635789344.b9eaec2d2c18dc7c9131963f9f2c19b766cb5e61.conikost@gentoo
1 commit: b9eaec2d2c18dc7c9131963f9f2c19b766cb5e61
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Mon Nov 1 16:26:50 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 17:55:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9eaec2d
7
8 games-action/supertuxkart: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/22786
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 .../files/supertuxkart-1.1-fix-buildsystem.patch | 20 --------------------
16 1 file changed, 20 deletions(-)
17
18 diff --git a/games-action/supertuxkart/files/supertuxkart-1.1-fix-buildsystem.patch b/games-action/supertuxkart/files/supertuxkart-1.1-fix-buildsystem.patch
19 deleted file mode 100644
20 index 394a1963199..00000000000
21 --- a/games-action/supertuxkart/files/supertuxkart-1.1-fix-buildsystem.patch
22 +++ /dev/null
23 @@ -1,20 +0,0 @@
24 -diff --git a/lib/irrlicht/CMakeLists.txt b/lib/irrlicht/CMakeLists.txt
25 -index 92a881c81..1371fdf11 100644
26 ---- a/lib/irrlicht/CMakeLists.txt
27 -+++ b/lib/irrlicht/CMakeLists.txt
28 -@@ -94,15 +94,6 @@
29 - if(WIN32)
30 - add_definitions(-D_IRR_STATIC_LIB_)
31 - add_definitions(-D_CRT_SECURE_NO_WARNINGS) # Shut up about unsafe stuff
32 --else()
33 -- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -pipe -O3 -fstrict-aliasing")
34 -- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pipe -O3 -fstrict-aliasing")
35 -- if(CMAKE_COMPILER_IS_GNUCC)
36 -- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fexpensive-optimizations")
37 -- endif()
38 -- if(CMAKE_COMPILER_IS_GNUCXX)
39 -- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fexpensive-optimizations")
40 -- endif()
41 - endif()
42 -
43 - if(USE_GLES2)