diff options
Diffstat (limited to 'sci-chemistry/molden/files/molden-4.7-ldflags.patch')
-rw-r--r-- | sci-chemistry/molden/files/molden-4.7-ldflags.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sci-chemistry/molden/files/molden-4.7-ldflags.patch b/sci-chemistry/molden/files/molden-4.7-ldflags.patch deleted file mode 100644 index 2dc3f94c1b72..000000000000 --- a/sci-chemistry/molden/files/molden-4.7-ldflags.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/makefile b/makefile -index 410ca25..30dd5e1 100644 ---- a/makefile -+++ b/makefile -@@ -265,7 +265,7 @@ short_wrl: short_wrl.o - # Moldens OpenGL helper program - - moldenogl: oglmol.o silly.o -- $(CC) -o moldenogl oglmol.o silly.o $(LIBSOGL) -+ $(CC) $(LDFLAGS) -o moldenogl oglmol.o silly.o $(LIBSOGL) - - # conversion of CADPAC output to molden format - |