summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-05-03 22:24:32 +0200
committerDavid Seifert <soap@gentoo.org>2017-05-03 22:25:07 +0200
commitb8ffc51a58e7d300dff95f4d3a101196cf83d424 (patch)
tree3fa94e8fba706f1bc0ca193211316f2bc9e6cd01 /games-strategy/widelands/files
parentgames-strategy/widelands: Mark amd64/ppc/x86 stable (diff)
downloadgentoo-b8ffc51a58e7d300dff95f4d3a101196cf83d424.tar.gz
gentoo-b8ffc51a58e7d300dff95f4d3a101196cf83d424.tar.bz2
gentoo-b8ffc51a58e7d300dff95f4d3a101196cf83d424.zip
games-strategy/widelands: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'games-strategy/widelands/files')
-rw-r--r--games-strategy/widelands/files/widelands-0.17-cxxflags.patch33
-rw-r--r--games-strategy/widelands/files/widelands-0.17-gcc47.patch12
2 files changed, 0 insertions, 45 deletions
diff --git a/games-strategy/widelands/files/widelands-0.17-cxxflags.patch b/games-strategy/widelands/files/widelands-0.17-cxxflags.patch
deleted file mode 100644
index 419d5d78a35b..000000000000
--- a/games-strategy/widelands/files/widelands-0.17-cxxflags.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Wed May 16 12:06:13 UTC 2012
-
-respect CXXFLAGS
-
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -209,24 +209,7 @@
-
- # CMAKE only defines "-g", but we need -DDEBUG also, and we need -DNOPARACHUTE (for SDL) in Debug
- set (CMAKE_CXX_FLAGS_DEBUG "-g -DDEBUG -DNOPARACHUTE${WL_COMPILERFLAG_OLDSTYLECAST}${WL_COMPILERFLAG_GENERICWARNINGS}${WL_COMPILERFLAG_EXTRAWARNINGS}${WL_COMPILERFLAG_STRICT}" CACHE STRING "Set by widelands CMakeLists.txt" FORCE)
--
--#This can be removed if no one uses gcc 4.5.1 or 4.5.2 any more
--IF (${CMAKE_COMPILER_IS_GNUCXX})
--EXEC_PROGRAM (
-- ${CMAKE_CXX_COMPILER}
-- ARGS --version
-- OUTPUT_VARIABLE WLBUILD_COMPILERVERSION
-- )
-- STRING(REGEX REPLACE ".*(4)\\.(5)\\.([0-9]).*" "\\1.\\2.\\3" WLBUILD_COMPILERVERSION_REP ${WLBUILD_COMPILERVERSION})
-- IF (WLBUILD_COMPILERVERSION_REP STREQUAL "4.5.1" OR WLBUILD_COMPILERVERSION_REP STREQUAL "4.5.2")
-- message("Detected gcc ${WLBUILD_COMPILERVERSION_REP}")
-- message("Suffering from gcc bug, disabling -O3")
-- set (CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG" CACHE STRING "Set by widelands CMakeLists.txt" FORCE)
-- ELSE (WLBUILD_COMPILERVERSION_REP STREQUAL "4.5.1" OR WLBUILD_COMPILERVERSION_REP STREQUAL "4.5.2")
-- #This line is the default and should be preserved.
-- set (CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG" CACHE STRING "Set by widelands CMakeLists.txt" FORCE)
-- ENDIF (WLBUILD_COMPILERVERSION_REP STREQUAL "4.5.1" OR WLBUILD_COMPILERVERSION_REP STREQUAL "4.5.2")
--ENDIF (${CMAKE_COMPILER_IS_GNUCXX})
-+set (CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG" CACHE STRING "Release compiler flags" FORCE)
-
- #If building with MSVC, then check for 3rdparty libs
- if (DEFINED MSVC)
diff --git a/games-strategy/widelands/files/widelands-0.17-gcc47.patch b/games-strategy/widelands/files/widelands-0.17-gcc47.patch
deleted file mode 100644
index 9ea19c3571db..000000000000
--- a/games-strategy/widelands/files/widelands-0.17-gcc47.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-=== modified file 'src/main.cc'
---- src/main.cc 2012-02-15 21:25:34 +0000
-+++ src/main.cc 2012-05-02 07:43:01 +0000
-@@ -28,6 +28,7 @@
- #include <iostream>
- #include <stdexcept>
- #include <typeinfo>
-+#include <unistd.h>
-
- #include <SDL_main.h>
-
-