Gentoo Archives: gentoo-commits

From: "Joseph Jezak (josejx)" <josejx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/lsadb/files: lsadb-makefile.patch
Date: Mon, 30 Nov 2009 20:14:35
Message-Id: E1NFCdk-0001o0-7M@stork.gentoo.org
1 josejx 09/11/30 20:14:32
2
3 Added: lsadb-makefile.patch
4 Log:
5 Added new version and removed old version. Fixed website according to bug #285875.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-apps/lsadb/files/lsadb-makefile.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lsadb/files/lsadb-makefile.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lsadb/files/lsadb-makefile.patch?rev=1.1&content-type=text/plain
13
14 Index: lsadb-makefile.patch
15 ===================================================================
16 --- Makefile.bak 2009-11-30 14:31:07.000000000 -0500
17 +++ Makefile 2009-11-30 14:31:34.000000000 -0500
18 @@ -1,6 +1,2 @@
19 -
20 -
21 lsadb: lsadb.c lsadb.h
22 - gcc -Wall -O2 -o $@ $< && strip $@
23 -
24 -
25 + ${CC} -Wall ${CFLAGS} -o $@ $<