Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/gatling/files: gentoo-vars.patch
Date: Fri, 01 May 2009 12:23:31
Message-Id: E1Lzrm5-0007WF-UW@stork.gentoo.org
1 patrick 09/05/01 12:23:29
2
3 Added: gentoo-vars.patch
4 Log:
5 Initial import from sunrise.
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 www-servers/gatling/files/gentoo-vars.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/gatling/files/gentoo-vars.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/gatling/files/gentoo-vars.patch?rev=1.1&content-type=text/plain
13
14 Index: gentoo-vars.patch
15 ===================================================================
16 --- GNUmakefile.org 2008-05-12 13:59:01.000000000 +0200
17 +++ GNUmakefile 2008-05-12 15:04:17.000000000 +0200
18 @@ -1,6 +1,6 @@
19 #DEBUG=1
20 ZLIB=1
21 -prefix=/opt/diet
22 +prefix=/usr
23 BINDIR=${prefix}/bin
24 MANDIR=${prefix}/man
25 man1dir=$(MANDIR)/man1
26 @@ -14,8 +14,7 @@
27 CROSS=
28 #CROSS=i686-mingw32-
29 CC=$(CROSS)gcc
30 -CFLAGS=-pipe -Wall
31 -LDFLAGS=
32 +CFLAGS+=-pipe -Wall -I/usr/include/libowfat
33
34 path = $(subst :, ,$(PATH))
35 diet_path = $(foreach dir,$(path),$(wildcard $(dir)/diet))