diff options
author | 2012-07-29 12:12:16 +0000 | |
---|---|---|
committer | 2012-07-29 12:12:16 +0000 | |
commit | fe173c080c39d15c53306907546020c010c776e8 (patch) | |
tree | 7e545d660095d97f15eb591ff92440dfc8093d87 /games-fps/warsow | |
parent | fix compilation for zlib-1.2.[67] wrt #428496 (diff) | |
download | gentoo-2-fe173c080c39d15c53306907546020c010c776e8.tar.gz gentoo-2-fe173c080c39d15c53306907546020c010c776e8.tar.bz2 gentoo-2-fe173c080c39d15c53306907546020c010c776e8.zip |
minor fix to build patch
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/warsow')
-rw-r--r-- | games-fps/warsow/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/warsow/files/warsow-0.62-build.patch | 9 |
2 files changed, 5 insertions, 10 deletions
diff --git a/games-fps/warsow/ChangeLog b/games-fps/warsow/ChangeLog index 75c42782c9ce..d97a5ba4767e 100644 --- a/games-fps/warsow/ChangeLog +++ b/games-fps/warsow/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/warsow # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.33 2012/06/13 16:36:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.34 2012/07/29 12:12:16 hasufell Exp $ + + 29 Jul 2012; Julian Ospald <hasufell@gentoo.org> + files/warsow-0.62-build.patch: + minor fix to build patch 13 Jun 2012; Agostino Sarubbo <ago@gentoo.org> warsow-0.62.ebuild: Stable for amd64, wrt bug #420983 diff --git a/games-fps/warsow/files/warsow-0.62-build.patch b/games-fps/warsow/files/warsow-0.62-build.patch index 8c55d3871d63..5bca66b8d55c 100644 --- a/games-fps/warsow/files/warsow-0.62-build.patch +++ b/games-fps/warsow/files/warsow-0.62-build.patch @@ -83,15 +83,6 @@ b) correct CXX endif ifeq ($(ARCH),x86_64) -@@ -203,7 +203,7 @@ - - # openal - ifeq ($(BUILD_SND_OPENAL),YES) --OPENAL_CONFIG?=pkg-config openal -+OPENAL_CONFIG?=$(shell pkg-config openal) - - CFLAGS_OPENAL=$(shell $(OPENAL_CONFIG) --cflags) - LDFLAGS_OPENAL=-lvorbisfile @@ -252,12 +252,9 @@ ###################################################################################################### # Helper functions |