summaryrefslogtreecommitdiff
path: root/user/sdl2/ensure-c++-on-ppc.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-08 08:16:01 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-08 08:16:01 +0000
commit39d1bb2bd8662ba307fee62ea4372015898152cc (patch)
tree8960adcc8e8eff1804b5c1dd14f7cebb9d4085c3 /user/sdl2/ensure-c++-on-ppc.patch
parent6ddc153486f536a781724ac7a1cf4a33c5fa0083 (diff)
downloadpackages-39d1bb2bd8662ba307fee62ea4372015898152cc.tar.gz
packages-39d1bb2bd8662ba307fee62ea4372015898152cc.tar.bz2
packages-39d1bb2bd8662ba307fee62ea4372015898152cc.tar.xz
packages-39d1bb2bd8662ba307fee62ea4372015898152cc.zip
user/sdl2: bump to 2.0.10
Diffstat (limited to 'user/sdl2/ensure-c++-on-ppc.patch')
-rw-r--r--user/sdl2/ensure-c++-on-ppc.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/user/sdl2/ensure-c++-on-ppc.patch b/user/sdl2/ensure-c++-on-ppc.patch
deleted file mode 100644
index 03708c9b6..000000000
--- a/user/sdl2/ensure-c++-on-ppc.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-On PowerPC systems, using SDL2 in a C++ codebase would FTBFS.
-
---- SDL2-2.0.8/include/SDL_cpuinfo.h.old 2018-03-01 16:34:41.000000000 +0000
-+++ SDL2-2.0.8/include/SDL_cpuinfo.h 2018-08-07 02:25:05.720000000 +0000
-@@ -53,6 +53,9 @@
- #ifdef __ALTIVEC__
- #if HAVE_ALTIVEC_H && !defined(__APPLE_ALTIVEC__) && !defined(SDL_DISABLE_ALTIVEC_H)
- #include <altivec.h>
-+#ifdef __cplusplus
-+#undef vector
-+#endif
- #undef pixel
- #undef bool
- #endif