From: Michael Mair-Keimberger (asterix) Date: Mon, 30 Jan 2017 17:00:44 +0000 (+0100) Subject: sci-chemistry/gabedit: remove unused patch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=971918716ab45a04771b19c3572274d61d8a0c06;p=gentoo.git sci-chemistry/gabedit: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3730 --- 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 index 68823d0d7663..000000000000 --- a/sci-chemistry/gabedit/files/gabedit-2.4.2-gold.patch +++ /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) - $(MKDIR) tmp - cp $(OBJECTS) tmp -- $(CC) $(LDFLAGS) tmp/*.o -o gabedit $(GLTOPS) $(X11LIB) $(GTKLIB) $(OGLLIB) $(JPEGLIB) $(LIBPTHREAD) $(WIN32LIB) $(OMPLIB) -g -+ $(CC) $(LDFLAGS) tmp/*.o -o gabedit $(GLTOPS) $(X11LIB) $(GTKLIB) $(OGLLIB) $(JPEGLIB) $(LIBPTHREAD) $(WIN32LIB) $(OMPLIB) -g -lm - @$(RMTMP) > ptmp - rmdir tmp - @$(RM) ptmp