freebsd-ports/games/worldofpadman/files/patch-code_client_snd_openal.c
Pav Lucistnik 14ac881764 - Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation

PR:		ports/142123
Submitted by:	mva
Tested by:	pointyhat exp-run
Approved by:	portmgr (hat)
2010-01-25 19:15:18 +00:00

11 lines
369 B
C

--- ./code/client/snd_openal.c.orig 2009-12-26 20:07:28.000000000 +0100
+++ ./code/client/snd_openal.c 2009-12-26 20:07:36.000000000 +0100
@@ -1686,7 +1686,7 @@
#elif defined(MACOS_X)
#define ALDRIVER_DEFAULT "/System/Library/Frameworks/OpenAL.framework/OpenAL"
#else
-#define ALDRIVER_DEFAULT "libopenal.so.0"
+#define ALDRIVER_DEFAULT "libopenal.so"
#endif
/*