Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/gensink/files: gensink-4.1-make.patch
Date: Fri, 28 Aug 2009 20:15:58
Message-Id: E1Mg4rU-00024a-4M@stork.gentoo.org
1 jer 09/08/25 22:51:32
2
3 Added: gensink-4.1-make.patch
4 Log:
5 Use CFLAGS, CC, LDFLAGS. Use emake instead of make, dobin instead of exeinto/doexe.
6 (Portage version: 2.2_rc40/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 net-analyzer/gensink/files/gensink-4.1-make.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/gensink/files/gensink-4.1-make.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/gensink/files/gensink-4.1-make.patch?rev=1.1&content-type=text/plain
13
14 Index: gensink-4.1-make.patch
15 ===================================================================
16 --- Makefile.orig 2001-05-16 18:41:16.000000000 +0200
17 +++ Makefile 2009-08-26 00:44:02.000000000 +0200
18 @@ -1,7 +1,4 @@
19 PROGS = gen4 sink4 tub4
20 -CC = gcc
21 -CFLAGS = -O2 -g -Wall
22 -LDFLAGS = -O -g
23
24 all: $(PROGS)