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-chemistry/reduce/files: 3.14.080821-CFLAGS.patch
Date: Tue, 03 May 2011 17:49:58
Message-Id: 20110503174948.5121B20057@flycatcher.gentoo.org
1 jlec 11/05/03 17:49:48
2
3 Added: 3.14.080821-CFLAGS.patch
4 Log:
5 Version Bump, notified by euscan
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-chemistry/reduce/files/3.14.080821-CFLAGS.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/reduce/files/3.14.080821-CFLAGS.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/reduce/files/3.14.080821-CFLAGS.patch?rev=1.1&content-type=text/plain
14
15 Index: 3.14.080821-CFLAGS.patch
16 ===================================================================
17 diff --git a/reduce_src/Makefile b/reduce_src/Makefile
18 index 598e367..067ace4 100644
19 --- a/reduce_src/Makefile
20 +++ b/reduce_src/Makefile
21 @@ -12,7 +12,7 @@ PROG_FLGS = -DAROMATICS_ACCEPT_HBONDS \
22 # -DDEBUGMOVABLENODE -DDEBUGDOTCOUNTS
23 # -DMINPREDEFINED -DMAXPREDEFINED\
24
25 -CFLAGS = $(OPT) $(DEBUG) $(PROG_FLGS) $(DICT_LOC) $(DICT_LOCOLD)\
26 +CXXFLAGS = $(OPT) $(DEBUG) $(PROG_FLGS) $(DICT_LOC) $(DICT_LOCOLD)\
27 -I$(PDBHOME) -I$(TOOLHOME)
28 # -Wall
29
30 @@ -26,7 +26,7 @@ OBJLIST = GraphToHoldScores.o reduce.o CTab.o ElementInfo.o StdResH.o ResBlk.o A
31 CXX = g++
32
33 .cpp.o:
34 - $(CXX) -c $*.cpp $(CFLAGS)
35 + $(CXX) -c $*.cpp $(CXXFLAGS)
36
37 OPT = -O3
38 DEBUG = $(CXXDEBUGFLAGS)