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 1Mr4Ii-0001cf-GT for garchives@archives.gentoo.org; Fri, 25 Sep 2009 06:29:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D811E0805; Fri, 25 Sep 2009 06:29:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E476EE0805 for ; Fri, 25 Sep 2009 06:29:03 +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 A6E3067B22 for ; Fri, 25 Sep 2009 06:29:03 +0000 (UTC) Received: from jer by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Mr4Ig-0006qa-Vd for gentoo-commits@lists.gentoo.org; Fri, 25 Sep 2009 06:29:03 +0000 From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/musca/files: musca-0.9.23-flags.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: musca-0.9.23-flags.patch X-VCS-Directories: x11-wm/musca/files X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Message-Id: Sender: Jeroen Roovers Date: Fri, 25 Sep 2009 06:29:02 +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: 029ac2c8-3f54-4ad3-ae24-8732d064b508 X-Archives-Hash: ab6bc76381a73280f54c397588750ea0 jer 09/09/25 06:29:02 Added: musca-0.9.23-flags.patch Log: Initial commit. (Portage version: 2.2_rc41/cvs/Linux i686) Revision Changes Path 1.1 x11-wm/musca/files/musca-0.9.23-flags.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/musca/files= /musca-0.9.23-flags.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/musca/files= /musca-0.9.23-flags.patch?rev=3D1.1&content-type=3Dtext/plain Index: musca-0.9.23-flags.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 --- musca-0.9.23/Makefile.orig 2009-06-16 04:34:48.000000000 +0200 +++ musca-0.9.23/Makefile 2009-09-25 08:08:33.000000000 +0200 @@ -1,7 +1,7 @@ CFLAGS?=3D-Wall -g =20 all: - $(CC) $(CFLAGS) -I/usr/X11R6/include -L/usr/X11R6/lib -lc -lm -lX11 -o = musca musca.c + $(CC) $(CFLAGS) $(LDFLAGS) -I/usr/X11R6/include -L/usr/X11R6/lib -lc -l= m -lX11 -o musca musca.c =20 clean: rm -f musca