summarylogtreecommitdiffstats
path: root/sdl_sound-renamed-physfs-export.patch
diff options
context:
space:
mode:
authorCarsten Teibes2015-05-10 14:11:43 +0200
committerCarsten Teibes2015-05-10 14:11:43 +0200
commit99e9ce3b3c9f52fd4eb9963d3b16a9044598516a (patch)
tree009df78d1857860d2b2645d70e1b0201e62e8cf2 /sdl_sound-renamed-physfs-export.patch
parentbcd43a5a55e7ff3ff0564b666af83d7aefb22963 (diff)
downloadaur-99e9ce3b3c9f52fd4eb9963d3b16a9044598516a.tar.gz
Cleanup
Diffstat (limited to 'sdl_sound-renamed-physfs-export.patch')
-rw-r--r--sdl_sound-renamed-physfs-export.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/sdl_sound-renamed-physfs-export.patch b/sdl_sound-renamed-physfs-export.patch
new file mode 100644
index 000000000000..316d165c71df
--- /dev/null
+++ b/sdl_sound-renamed-physfs-export.patch
@@ -0,0 +1,27 @@
+diff -ru SDL_sound.orig/playsound/physfsrwops.h SDL_sound/playsound/physfsrwops.h
+--- SDL_sound.orig/playsound/physfsrwops.h 2014-01-11 06:28:35.494936000 +0100
++++ SDL_sound/playsound/physfsrwops.h 2014-01-11 06:31:38.315675483 +0100
+@@ -29,6 +29,11 @@
+ extern "C" {
+ #endif
+
++/* renamed in physfs dev, add alias */
++#ifdef PHYSFS_DECL
++#define __EXPORT__ PHYSFS_DECL
++#endif
++
+ /**
+ * Open a platform-independent filename for reading, and make it accessible
+ * via an SDL_RWops structure. The file will be closed in PhysicsFS when the
+@@ -77,6 +82,11 @@
+ */
+ __EXPORT__ SDL_RWops *PHYSFSRWOPS_makeRWops(PHYSFS_file *handle);
+
++/* renamed in physfs dev, remove alias */
++#ifdef PHYSFS_DECL
++#undef __EXPORT__
++#endif
++
+ #ifdef __cplusplus
+ }
+ #endif