the physfs update was not tested, let's see how large the damage is
before backing out. no buildy -> no bumpy requiry
This commit is contained in:
parent
2f32d2ae62
commit
78cb7ada7e
15
devel/sdl-sound/patches/patch-playsound_physfsrwops_h
Normal file
15
devel/sdl-sound/patches/patch-playsound_physfsrwops_h
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-playsound_physfsrwops_h,v 1.1 2018/07/15 06:23:59 espie Exp $
|
||||
|
||||
Index: playsound/physfsrwops.h
|
||||
--- playsound/physfsrwops.h.orig
|
||||
+++ playsound/physfsrwops.h
|
||||
@@ -29,6 +29,9 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
+#ifndef __EXPORT__
|
||||
+#define __EXPORT__ __attribute__((visibility("default")))
|
||||
+#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
|
Loading…
Reference in New Issue
Block a user