diff options
Diffstat (limited to 'games/egl/files/patch-client__snd_openal.c')
-rw-r--r-- | games/egl/files/patch-client__snd_openal.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/egl/files/patch-client__snd_openal.c b/games/egl/files/patch-client__snd_openal.c deleted file mode 100644 index 545c2128a00f..000000000000 --- a/games/egl/files/patch-client__snd_openal.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./client/snd_openal.c.orig Tue May 23 20:05:59 2006 -+++ ./client/snd_openal.c Tue May 23 20:06:00 2006 -@@ -40,7 +40,7 @@ - # define AL_FREELIB(a) FreeLibrary (a) - #endif - --#if defined(__linux__) || defined(__FreeBSD__) -+#ifdef __unix__ - # include <dlfcn.h> - # include <unistd.h> - # include <sys/types.h> |