Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/rnv/files: rnv-1.7.8-respect-CFLAGS.patch
Date: Mon, 13 Oct 2008 23:55:01
Message-Id: E1KpXFb-0005QT-EU@stork.gentoo.org
1 opfer 08/10/13 23:54:59
2
3 Added: rnv-1.7.8-respect-CFLAGS.patch
4 Log:
5 respect CFLAGS, reported on bug 240140 by flameeyes
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.1 app-text/rnv/files/rnv-1.7.8-respect-CFLAGS.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rnv/files/rnv-1.7.8-respect-CFLAGS.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rnv/files/rnv-1.7.8-respect-CFLAGS.patch?rev=1.1&content-type=text/plain
13
14 Index: rnv-1.7.8-respect-CFLAGS.patch
15 ===================================================================
16 --- Makefile.gnu.orig 2006-11-02 09:54:08.000000000 +0100
17 +++ Makefile.gnu 2008-10-14 01:45:25.000000000 +0200
18 @@ -26,7 +26,7 @@
19 WARN=-Wall -Wstrict-prototypes -Wmissing-prototypes -Wcast-align
20 OPT=-O -g
21
22 -CFLAGS=${INC} ${DEF} ${WARN} ${OPT}
23 +CLAGS=${INC} ${DEF} ${WARN} ${OPT} ${CFLAGS}
24 LFLAGS=${OPT} ${LBL}
25
26 LIBEXPAT=-lexpat
27 @@ -106,7 +106,7 @@
28 .SUFFIXES: .c .o
29
30 .c.o:
31 - ${CC} ${CFLAGS} -c -o $@ $<
32 + ${CC} ${CLAGS} -c -o $@ $<
33
34 all: rnv arx rvp xsdck test