diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-30 18:00:44 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-31 09:41:10 +0100 |
commit | 971918716ab45a04771b19c3572274d61d8a0c06 (patch) | |
tree | b17609aeca4dce5b09cc1bfd3321349946691fd3 /sci-chemistry | |
parent | sci-chemistry/easychem: remove unused patch (diff) | |
download | gentoo-971918716ab45a04771b19c3572274d61d8a0c06.tar.gz gentoo-971918716ab45a04771b19c3572274d61d8a0c06.tar.bz2 gentoo-971918716ab45a04771b19c3572274d61d8a0c06.zip |
sci-chemistry/gabedit: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3730
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gabedit/files/gabedit-2.4.2-gold.patch | 16 |
1 files changed, 0 insertions, 16 deletions
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
|