From db58686ea91f7276adbf68e9db40fba0a4112405 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 14 Jun 2009 19:42:51 +0100 Subject: Initial commit --- games-engines/gemrb/files/openal-fix.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 games-engines/gemrb/files/openal-fix.patch (limited to 'games-engines/gemrb/files/openal-fix.patch') 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 + ])]) -- cgit v1.2.3