Closes: https://github.com/gentoo/gentoo/pull/3730
+++ /dev/null
- 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