diff options
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/reduce/files/3.13.080428-CFLAGS.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-chemistry/reduce/files/3.13.080428-CFLAGS.patch b/sci-chemistry/reduce/files/3.13.080428-CFLAGS.patch deleted file mode 100644 index 7daa5336f689..000000000000 --- a/sci-chemistry/reduce/files/3.13.080428-CFLAGS.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/reduce_src/Makefile b/reduce_src/Makefile -index 598e367..067ace4 100644 ---- a/reduce_src/Makefile -+++ b/reduce_src/Makefile -@@ -12,7 +12,7 @@ PROG_FLGS = -DAROMATICS_ACCEPT_HBONDS \ - # -DDEBUGMOVABLENODE -DDEBUGDOTCOUNTS - # -DMINPREDEFINED -DMAXPREDEFINED\ - --CFLAGS = $(OPT) $(DEBUG) $(PROG_FLGS) $(DICT_LOC)\ -+CXXFLAGS = $(OPT) $(DEBUG) $(PROG_FLGS) $(DICT_LOC)\ - -I$(PDBHOME) -I$(TOOLHOME) - # -Wall - -@@ -26,7 +26,7 @@ OBJLIST = GraphToHoldScores.o reduce.o CTab.o ElementInfo.o StdResH.o ResBlk.o A - CXX = g++ - - .cpp.o: -- $(CXX) -c $*.cpp $(CFLAGS) -+ $(CXX) -c $*.cpp $(CXXFLAGS) - - OPT = -O3 - DEBUG = $(CXXDEBUGFLAGS) |