sci-chemistry/gabedit: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Mon, 30 Jan 2017 17:00:44 +0000 (18:00 +0100)
committerDavid Seifert <soap@gentoo.org>
Tue, 31 Jan 2017 08:41:10 +0000 (09:41 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3730

sci-chemistry/gabedit/files/gabedit-2.4.2-gold.patch [deleted file]

diff --git a/sci-chemistry/gabedit/files/gabedit-2.4.2-gold.patch b/sci-chemistry/gabedit/files/gabedit-2.4.2-gold.patch
deleted file mode 100644 (file)
index 68823d0..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
- Makefile |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index ae08e60..eee2b46 100644
---- a/Makefile
-+++ b/Makefile
-@@ -62,7 +62,7 @@ all: gabedit
- gabedit: $(SUBDIRS)\r
-       $(MKDIR) tmp\r
-       cp $(OBJECTS) tmp\r
--      $(CC) $(LDFLAGS) tmp/*.o -o gabedit $(GLTOPS) $(X11LIB) $(GTKLIB) $(OGLLIB) $(JPEGLIB) $(LIBPTHREAD) $(WIN32LIB) $(OMPLIB) -g\r
-+      $(CC) $(LDFLAGS) tmp/*.o -o gabedit $(GLTOPS) $(X11LIB) $(GTKLIB) $(OGLLIB) $(JPEGLIB) $(LIBPTHREAD) $(WIN32LIB) $(OMPLIB) -g -lm\r
-       @$(RMTMP) > ptmp\r
-       rmdir tmp\r
-       @$(RM) ptmp\r