Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/warsow/files: warsow-0.62-build.patch
Date: Sun, 29 Jul 2012 12:12:41
Message-Id: 20120729121216.C83222004C@flycatcher.gentoo.org
1 hasufell 12/07/29 12:12:16
2
3 Modified: warsow-0.62-build.patch
4 Log:
5 minor fix to build patch
6
7 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 games-fps/warsow/files/warsow-0.62-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/files/warsow-0.62-build.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/files/warsow-0.62-build.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/files/warsow-0.62-build.patch?r1=1.1&r2=1.2
15
16 Index: warsow-0.62-build.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/files/warsow-0.62-build.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- warsow-0.62-build.patch 11 May 2012 16:46:51 -0000 1.1
23 +++ warsow-0.62-build.patch 29 Jul 2012 12:12:16 -0000 1.2
24 @@ -83,15 +83,6 @@
25 endif
26
27 ifeq ($(ARCH),x86_64)
28 -@@ -203,7 +203,7 @@
29 -
30 - # openal
31 - ifeq ($(BUILD_SND_OPENAL),YES)
32 --OPENAL_CONFIG?=pkg-config openal
33 -+OPENAL_CONFIG?=$(shell pkg-config openal)
34 -
35 - CFLAGS_OPENAL=$(shell $(OPENAL_CONFIG) --cflags)
36 - LDFLAGS_OPENAL=-lvorbisfile
37 @@ -252,12 +252,9 @@
38 ######################################################################################################
39 # Helper functions