summaryrefslogtreecommitdiff
path: root/games-engines/gemrb/files/openal-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-engines/gemrb/files/openal-fix.patch')
-rw-r--r--games-engines/gemrb/files/openal-fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/games-engines/gemrb/files/openal-fix.patch b/games-engines/gemrb/files/openal-fix.patch
deleted file mode 100644
index 78d2101..0000000
--- a/games-engines/gemrb/files/openal-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: configure.in
-===================================================================
---- configure.in (revision 5511)
-+++ configure.in (working copy)
-@@ -126,7 +126,7 @@ AM_PATH_SDL(1.2.0, [], [AC_MSG_ERROR([
-
- dnl Check for OpenAL, fail if not found.
- dnl Check for libSDL Version 1.2 or greater, fail if not found.
--AM_PATH_OPENAL([], [AC_MSG_ERROR([
-+AC_CHECK_HEADER(AL/al.h,,[AC_MSG_ERROR]([
-
- *** You need OpenAL (www.openal.org) to compile GemRB
- ])])