summaryrefslogtreecommitdiff
path: root/dev-games/cegui/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-31 20:30:04 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-31 20:30:04 +0000
commit4650985dd0e898b82e0d2ec225931297d4fadccf (patch)
treeeb0e8002cf3ebf1009110b6fec47fa90f873d824 /dev-games/cegui/files
parent67f76a858f1ac826bd8a550d756d9ec6e340ed4f (diff)
gentoo resync : 31.01.2018
Diffstat (limited to 'dev-games/cegui/files')
-rw-r--r--dev-games/cegui/files/cegui-0.6.2b-dups.patch12
-rw-r--r--dev-games/cegui/files/cegui-0.6.2b-gcc43.patch10
-rw-r--r--dev-games/cegui/files/cegui-0.6.2b-gcc46.patch10
-rw-r--r--dev-games/cegui/files/cegui-0.8.7-icu-59.patch11
4 files changed, 11 insertions, 32 deletions
diff --git a/dev-games/cegui/files/cegui-0.6.2b-dups.patch b/dev-games/cegui/files/cegui-0.6.2b-dups.patch
deleted file mode 100644
index a4d80c4347dc..000000000000
--- a/dev-games/cegui/files/cegui-0.6.2b-dups.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur _orig_CEGUI-0.6.2/include/elements/Makefile.am CEGUI-0.6.2/include/elements/Makefile.am
---- _orig_CEGUI-0.6.2/include/elements/Makefile.am 2008-01-02 15:26:05.000000000 +0100
-+++ CEGUI-0.6.2/include/elements/Makefile.am 2010-07-11 13:12:16.786338068 +0200
-@@ -21,8 +21,6 @@
- CEGUIItemListBaseProperties.h \
- CEGUIItemListbox.h \
- CEGUIItemListboxProperties.h \
-- CEGUIListHeader.h \
-- CEGUIListHeaderProperties.h \
- CEGUIListbox.h \
- CEGUIListboxItem.h \
- CEGUIListboxProperties.h \
diff --git a/dev-games/cegui/files/cegui-0.6.2b-gcc43.patch b/dev-games/cegui/files/cegui-0.6.2b-gcc43.patch
deleted file mode 100644
index 09695626ceff..000000000000
--- a/dev-games/cegui/files/cegui-0.6.2b-gcc43.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- RendererModules/directfbRenderer/directfb-renderer.h
-+++ RendererModules/directfbRenderer/directfb-renderer.h
-@@ -28,6 +28,7 @@
- #include "CEGUIBase.h"
- #include <directfb.h>
-
-+#include <algorithm>
- #include <vector>
- #include <list>
-
diff --git a/dev-games/cegui/files/cegui-0.6.2b-gcc46.patch b/dev-games/cegui/files/cegui-0.6.2b-gcc46.patch
deleted file mode 100644
index 88f8fccfc206..000000000000
--- a/dev-games/cegui/files/cegui-0.6.2b-gcc46.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- cegui/include/CEGUIString.h.old 2011-04-27 14:33:25.862856070 +0200
-+++ cegui/include/CEGUIString.h 2011-04-27 14:33:49.780351908 +0200
-@@ -34,6 +34,7 @@
- #include <string>
- #include <string.h>
- #include <stdexcept>
-+#include <cstddef>
-
- // Start of CEGUI namespace section
- namespace CEGUI
diff --git a/dev-games/cegui/files/cegui-0.8.7-icu-59.patch b/dev-games/cegui/files/cegui-0.8.7-icu-59.patch
new file mode 100644
index 000000000000..e64dfc97ab59
--- /dev/null
+++ b/dev-games/cegui/files/cegui-0.8.7-icu-59.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -72,7 +72,7 @@
+
+ if ((CMAKE_CXX_COMPILER_ID STREQUAL "GNU") OR (CMAKE_CXX_COMPILER_ID STREQUAL "Clang"))
+ set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99")
+- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++03")
++ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
+ elseif (NOT CMAKE_VERSION VERSION_LESS "3.1")
+ set (CMAKE_C_STANDARD_REQUIRED TRUE)
+ set (CMAKE_C_STANDARD "99")