aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gmail.com>2016-06-02 13:26:45 +0300
committerAndrew Savchenko <bircoph@gmail.com>2016-06-02 13:26:45 +0300
commit1d3de387e513f81e86929868cc727e5e1fb53de2 (patch)
tree6f1853bbf4744f920e160905067955d1f06d76d8
parentUpdate local USE description (diff)
downloadsci-1d3de387e513f81e86929868cc727e5e1fb53de2.tar.gz
sci-1d3de387e513f81e86929868cc727e5e1fb53de2.tar.bz2
sci-1d3de387e513f81e86929868cc727e5e1fb53de2.zip
sci-physics/qcl: remove unused patch
Package-Manager: portage-2.3.0_rc1 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
-rw-r--r--sci-physics/qcl/files/qcl-0.6.3-makefile.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-physics/qcl/files/qcl-0.6.3-makefile.patch b/sci-physics/qcl/files/qcl-0.6.3-makefile.patch
deleted file mode 100644
index 4d13bb16a..000000000
--- a/sci-physics/qcl/files/qcl-0.6.3-makefile.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.orig 2010-05-26 18:06:39.000000000 +0100
-+++ Makefile 2010-05-26 18:17:08.000000000 +0100
-@@ -32,7 +32,7 @@
-
- #DEBUG = -g -pg -DQCL_DEBUG -DQC_DEBUG
- #DEBUG = -g -DQCL_DEBUG -DQC_DEBUG
--DEBUG = -O2 -g -DQCL_DEBUG -DQC_DEBUG
-+DEBUG = -DQCL_DEBUG -DQC_DEBUG
- #DEBUG = -O2
-
- # Plotting support
-@@ -73,8 +73,8 @@
-
- #CXX = g++
- #CPP = $(CC) -E
--CXXFLAGS = -c $(ARCHOPT) -Wall $(DEBUG) $(PLOPT) $(RLOPT) $(IRQOPT) -I$(QCDIR) -DDEF_INCLUDE_PATH="\"$(QCLDIR)\""
--LDFLAGS = $(ARCHOPT) -L$(QCDIR) $(DEBUG) $(PLLIB) -lm -lfl -lqc $(RLLIB)
-+CXXFLAGS += -c $(PLOPT) $(DEBUG) $(RLOPT) $(IRQOPT) -I$(QCDIR) -DDEF_INCLUDE_PATH="\"$(QCLDIR)\""
-+LDFLAGS += -L$(QCDIR) $(PLLIB) -lm -lfl -lqc $(RLLIB)
-
- FILESCC = $(wildcard *.cc)
- FILESH = $(wildcard *.h)