summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/gabedit/files/gabedit-2.4.2-gold.patch')
-rw-r--r--sci-chemistry/gabedit/files/gabedit-2.4.2-gold.patch16
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