summaryrefslogtreecommitdiff
path: root/games-engines/gemrb/files/openal-fix.patch
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-06-14 19:42:51 +0100
committerNick White <git@njw.me.uk>2009-06-14 19:42:51 +0100
commitdb58686ea91f7276adbf68e9db40fba0a4112405 (patch)
treec1afdd244def5611db551bb25f9a319e7a2aa93b /games-engines/gemrb/files/openal-fix.patch
downloadnjw-gentoo-local-db58686ea91f7276adbf68e9db40fba0a4112405.tar.bz2
njw-gentoo-local-db58686ea91f7276adbf68e9db40fba0a4112405.zip
Initial commit
Diffstat (limited to 'games-engines/gemrb/files/openal-fix.patch')
-rw-r--r--games-engines/gemrb/files/openal-fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/games-engines/gemrb/files/openal-fix.patch b/games-engines/gemrb/files/openal-fix.patch
new file mode 100644
index 0000000..78d2101
--- /dev/null
+++ b/games-engines/gemrb/files/openal-fix.patch
@@ -0,0 +1,13 @@
+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
+ ])])