From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MjwoC-00031e-0I for garchives@archives.gentoo.org; Sat, 05 Sep 2009 15:04:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D862E0C23; Sat, 5 Sep 2009 15:04:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7E574E0C23 for ; Sat, 5 Sep 2009 15:04:07 +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 3098464CB1 for ; Sat, 5 Sep 2009 15:04:07 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MjwoA-0006jr-K4 for gentoo-commits@lists.gentoo.org; Sat, 05 Sep 2009 15:04:06 +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-arcade/cavezofphear/files: cavezofphear-0.5-gentoo.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: cavezofphear-0.5-gentoo.patch X-VCS-Directories: games-arcade/cavezofphear/files X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: Sender: Michael Sterrett Date: Sat, 05 Sep 2009 15:04:06 +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: 2f614631-10fb-40b5-b042-132658ec5565 X-Archives-Hash: c417beaf3d56eaec177e0ea425e29bca mr_bones_ 09/09/05 15:04:06 Modified: cavezofphear-0.5-gentoo.patch Log: fix the patch (bug #283736) (Portage version: 2.1.6.13/cvs/Linux i686) Revision Changes Path 1.2 games-arcade/cavezofphear/files/cavezofphear-0.5-gen= too.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cavez= ofphear/files/cavezofphear-0.5-gentoo.patch?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cavez= ofphear/files/cavezofphear-0.5-gentoo.patch?rev=3D1.2&content-type=3Dtext= /plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cavez= ofphear/files/cavezofphear-0.5-gentoo.patch?r1=3D1.1&r2=3D1.2 Index: cavezofphear-0.5-gentoo.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-arcade/cavezofphear/files/cavezof= phear-0.5-gentoo.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cavezofphear-0.5-gentoo.patch 30 Jan 2009 16:35:51 -0000 1.1 +++ cavezofphear-0.5-gentoo.patch 5 Sep 2009 15:04:06 -0000 1.2 @@ -1,24 +1,36 @@ ---- src/Makefile.old 2009-01-30 17:22:01.000000000 +0100 -+++ src/Makefile 2009-01-30 17:24:52.000000000 +0100 +diff -ru phear-0.5.orig/Makefile phear-0.5/Makefile +--- phear-0.5.orig/Makefile 2007-02-27 06:21:55.000000000 -0500 ++++ phear-0.5/Makefile 2009-09-05 11:01:08.534701774 -0400 +@@ -2,7 +2,7 @@ + DESTDIR_DATA =3D /usr/local/share +=20 + make: +- cd src && make ++ $(MAKE) -C src phear + clean: + rm -f phear editor + install: +diff -ru phear-0.5.orig/src/Makefile phear-0.5/src/Makefile +--- phear-0.5.orig/src/Makefile 2007-02-27 04:59:26.000000000 -0500 ++++ phear-0.5/src/Makefile 2009-09-05 11:01:57.341827885 -0400 @@ -2,10 +2,8 @@ - +=20 DESTDIR =3D .. - +=20 -CC =3D gcc INSTALL =3D install -CFLAGS =3D -s -Wall -O2 -LDFLAGS =3D -lncurses +LDLIBS =3D -lncurses - +=20 all: phear install clean - +=20 @@ -13,7 +11,7 @@ - $(CC) $(CFLAGS) -c $^ -o $@ - + $(CC) $(CFLAGS) -c $^ -o $@ +=20 phear: $(OBJS) -- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS) - +- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ ++ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS) +=20 install: install-game - - +=20