summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-12-05 14:55:56 +0100
committerAaron Bauman <bman@gentoo.org>2019-12-06 10:38:51 -0500
commit777e9a47c90e8fcf7ee301c446a32a22cb407b15 (patch)
treed0cf1bb758579522ceac1d960893c39c80d67933 /sci-chemistry/molden/files/molden-4.8-ambfor.patch
parentdev-lang/jsonnet: remove unused patches (diff)
downloadgentoo-777e9a47c90e8fcf7ee301c446a32a22cb407b15.tar.gz
gentoo-777e9a47c90e8fcf7ee301c446a32a22cb407b15.tar.bz2
gentoo-777e9a47c90e8fcf7ee301c446a32a22cb407b15.zip
sci-chemistry/molden: remove unused patches
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13882 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-chemistry/molden/files/molden-4.8-ambfor.patch')
-rw-r--r--sci-chemistry/molden/files/molden-4.8-ambfor.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-chemistry/molden/files/molden-4.8-ambfor.patch b/sci-chemistry/molden/files/molden-4.8-ambfor.patch
deleted file mode 100644
index 1ececa7f57e9..000000000000
--- a/sci-chemistry/molden/files/molden-4.8-ambfor.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur molden4.8/ambfor/makefile molden4.8.new/ambfor/makefile
---- molden4.8/ambfor/makefile 2009-12-19 06:14:32.000000000 -0500
-+++ molden4.8.new/ambfor/makefile 2010-02-25 22:33:41.000000000 -0500
-@@ -32,7 +32,7 @@
- $(LDR) -o ambmd md.o verlet.o allocmd.o $(OBJS) $(LIBS)
-
- ambfor.o: ambfor.f
-- ${FC} -c -g -ffast-math -funroll-loops -m32 -o ambfor.o ambfor.f
-+ ${FC} $(FFLAGS) -c ambfor.f -o ambfor.o
-
- allocmd.o: alloc.c
- $(CC) $(CFLAGS) -DMD -c alloc.c -o allocmd.o