Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/recon/files: recon-1.06-respect.patch
Date: Sun, 26 Aug 2012 13:02:20
Message-Id: 20120826130146.5FF61207DC@flycatcher.gentoo.org
1 jlec 12/08/26 13:01:46
2
3 Added: recon-1.06-respect.patch
4 Log:
5 sci-biology/recon: Respect CFLAGS and CC, #432660
6
7 (Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-biology/recon/files/recon-1.06-respect.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/recon/files/recon-1.06-respect.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/recon/files/recon-1.06-respect.patch?rev=1.1&content-type=text/plain
14
15 Index: recon-1.06-respect.patch
16 ===================================================================
17 src/Makefile | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/src/Makefile b/src/Makefile
21 index 36ef59b..e45a0f2 100644
22 --- a/src/Makefile
23 +++ b/src/Makefile
24 @@ -13,14 +13,14 @@ MANDIR = $(HOME)/man
25 #SRCDIR = .
26
27 ## your compiler
28 -CC = gcc
29 +CC ?= gcc
30 #CC = cc # for SGI Origin200 compiler#
31
32 ## any special compiler flags you want
33 # -pedantic clashes with -DMEMDEBUG??
34 #
35 #CFLAGS = -g -Wall -pedantic
36 -CFLAGS = -O
37 +CFLAGS ?= -O
38 #CFLAGS = -g
39 #CFLAGS = -TARG:exc_max -64 -Ofast=ip27 #specific SGI Origin200 compiler#