freebsd-ports/games/warsow/files/patch-snd_openal_snd_main.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
371 B
C

--- ./snd_openal/snd_main.c.orig 2009-12-26 19:07:05.000000000 +0100
+++ ./snd_openal/snd_main.c 2009-12-26 19:07:13.000000000 +0100
@@ -231,7 +231,7 @@
#define ALDRIVER "/System/Library/Frameworks/OpenAL.framework/OpenAL"
#define ALDEVICE_DEFAULT NULL
#else
-#define ALDRIVER "libopenal.so.0"
+#define ALDRIVER "libopenal.so"
#define ALDEVICE_DEFAULT NULL
#endif