hasufell 14/07/23 23:59:15 Added: warsow-1.5.1-openal.patch Log: fix build without openal wrt #515662, patch by Ari Malinen (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.1 games-fps/warsow/files/warsow-1.5.1-openal.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/files/warsow-1.5.1-openal.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/files/warsow-1.5.1-openal.patch?rev=1.1&content-type=text/plain Index: warsow-1.5.1-openal.patch =================================================================== diff -rup warsow_1.51_sdk-upstream/source/source/Makefile warsow_1.51_sdk/source/source/Makefile --- warsow_1.51_sdk-upstream/source/source/Makefile 2014-07-23 16:59:16.819811217 +0300 +++ warsow_1.51_sdk/source/source/Makefile 2014-07-23 16:37:40.069824137 +0300 @@ -285,7 +285,7 @@ endif ifeq ($(BUILD_SND_QF),YES) SDL_CONFIG?=sdl-config -CFLAGS_QF=$(shell $(SDL_CONFIG) --cflags) -I./snd_openal -I./snd_common +CFLAGS_QF=$(shell $(SDL_CONFIG) --cflags) -I./snd_qf -I./snd_common LDFLAGS_QF=$(shell $(SDL_CONFIG) --libs) -lvorbisfile endif # BUILD_SND_QF