From 971918716ab45a04771b19c3572274d61d8a0c06 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Mon, 30 Jan 2017 18:00:44 +0100 Subject: [PATCH] sci-chemistry/gabedit: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3730 --- .../gabedit/files/gabedit-2.4.2-gold.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 sci-chemistry/gabedit/files/gabedit-2.4.2-gold.patch 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 -- 2.26.2