From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LbPEN-00075E-2V for garchives@archives.gentoo.org; Mon, 23 Feb 2009 01:03:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90C56E0269; Mon, 23 Feb 2009 01:03:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 70DC5E0269 for ; Mon, 23 Feb 2009 01:03:34 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id DA7B9B5710 for ; Mon, 23 Feb 2009 01:03:33 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LbPEL-0002Zd-J0 for gentoo-commits@lists.gentoo.org; Mon, 23 Feb 2009 01:03:33 +0000 From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/scorched3d/files: scorched3d-42-fixups.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: scorched3d-42-fixups.patch X-VCS-Directories: games-strategy/scorched3d/files X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: Sender: Michael Sterrett Date: Mon, 23 Feb 2009 01:03:33 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d3902a8d-d2d6-482b-9903-cdcc063abedf X-Archives-Hash: 73c2eebf5bfc0884cd42e7a9e8a0da60 mr_bones_ 09/02/23 01:03:33 Modified: scorched3d-42-fixups.patch Log: use proper include path (Portage version: 2.1.6.7/cvs/Linux i686) Revision Changes Path 1.2 games-strategy/scorched3d/files/scorched3d-42-fixups= .patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/sco= rched3d/files/scorched3d-42-fixups.patch?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/sco= rched3d/files/scorched3d-42-fixups.patch?rev=3D1.2&content-type=3Dtext/pl= ain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/sco= rched3d/files/scorched3d-42-fixups.patch?r1=3D1.1&r2=3D1.2 Index: scorched3d-42-fixups.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/files/scorche= d3d-42-fixups.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- scorched3d-42-fixups.patch 16 Feb 2009 03:19:08 -0000 1.1 +++ scorched3d-42-fixups.patch 23 Feb 2009 01:03:33 -0000 1.2 @@ -25,7 +25,7 @@ - AC_MSG_RESULT(yes) -fi +AL_LIBS=3D"-lopenal" -+AL_CFLAGS=3D"-I/auto/include/AL" ++AL_CFLAGS=3D"-I/usr/include/AL" +AC_MSG_RESULT(yes) =20 AC_MSG_CHECKING(for Freealut support)