From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5006613800E for ; Sun, 29 Jul 2012 12:12:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03C64E0175; Sun, 29 Jul 2012 12:12:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C96C5E0175 for ; Sun, 29 Jul 2012 12:12:21 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 307CF1B4006 for ; Sun, 29 Jul 2012 12:12:18 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2322) id C83222004C; Sun, 29 Jul 2012 12:12:16 +0000 (UTC) From: "Julian Ospald (hasufell)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hasufell@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-fps/warsow/files: warsow-0.62-build.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: warsow-0.62-build.patch X-VCS-Directories: games-fps/warsow/files X-VCS-Committer: hasufell X-VCS-Committer-Name: Julian Ospald Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120729121216.C83222004C@flycatcher.gentoo.org> Date: Sun, 29 Jul 2012 12:12:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c2dcd6cd-83db-4079-a094-ef534a4645e3 X-Archives-Hash: 5a07c65c35982047b57ab652195a72b1 hasufell 12/07/29 12:12:16 Modified: warsow-0.62-build.patch Log: minor fix to build patch (Portage version: 2.2.0_alpha120/cvs/Linux x86_64) Revision Changes Path 1.2 games-fps/warsow/files/warsow-0.62-build.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/files/warsow-0.62-build.patch?rev=1.2&view=markup 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 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/files/warsow-0.62-build.patch?r1=1.1&r2=1.2 Index: warsow-0.62-build.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/files/warsow-0.62-build.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- warsow-0.62-build.patch 11 May 2012 16:46:51 -0000 1.1 +++ warsow-0.62-build.patch 29 Jul 2012 12:12:16 -0000 1.2 @@ -83,15 +83,6 @@ 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