summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-09-18 15:21:21 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-10-27 23:50:52 +0200
commitfdc046a8827917c9f005077d3e22a5b4e360add1 (patch)
tree67a73881a2f2c611bc32bd19554947000ece9067 /sci-chemistry
parentsci-chemistry/molsketch: remove unused patch. (diff)
downloadgentoo-fdc046a8827917c9f005077d3e22a5b4e360add1.tar.gz
gentoo-fdc046a8827917c9f005077d3e22a5b4e360add1.tar.bz2
gentoo-fdc046a8827917c9f005077d3e22a5b4e360add1.zip
sci-chemistry/reduce: remove unused patch.
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/reduce/files/3.13.080428-CFLAGS.patch22
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)