summaryrefslogtreecommitdiff
path: root/community/mg/cleanup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/mg/cleanup.patch')
-rw-r--r--community/mg/cleanup.patch41
1 files changed, 9 insertions, 32 deletions
diff --git a/community/mg/cleanup.patch b/community/mg/cleanup.patch
index d4d29c50f..b9a9eaf92 100644
--- a/community/mg/cleanup.patch
+++ b/community/mg/cleanup.patch
@@ -1,36 +1,13 @@
-diff -wbBur mg-20130922/file.c mg-20130922.q/file.c
---- mg-20130922/file.c 2013-09-22 13:09:36.000000000 +0400
-+++ mg-20130922.q/file.c 2013-10-30 15:20:47.927840374 +0400
-@@ -669,9 +669,9 @@
- {
- struct stat statbuf;
- int s;
-- char *dp;
-+ char *dp = malloc(strlen(fn) + 1);
-
-- dp = dirname(fn);
-+ xdirname(dp, fn, strlen(fn));
-
- if (stat(fn, &statbuf) == -1 && errno == ENOENT) {
- errno = 0;
-diff -wbBur mg-20130922/Makefile mg-20130922.q/Makefile
---- mg-20130922/Makefile 2013-09-22 18:06:43.000000000 +0400
-+++ mg-20130922.q/Makefile 2013-10-30 15:20:34.201173866 +0400
-@@ -4,7 +4,7 @@
- NOGCCERROR= true
- PROG= mg
-
--LDADD+= -lcurses -lutil -lclens
-+LDADD+= -lcurses -lutil -lclens -lbsd
- DPADD+= ${LIBCURSES} ${LIBUTIL}
-
- # (Common) compile-time options:
-@@ -17,7 +17,7 @@
+diff -wbBur mg-20140306/Makefile mg-20140306.my/Makefile
+--- mg-20140306/Makefile 2014-02-20 02:30:17.000000000 +0400
++++ mg-20140306.my/Makefile 2014-03-13 13:12:46.628940661 +0400
+@@ -15,6 +15,9 @@
#
- CFLAGS = -O2
- CFLAGS += -Wall -DFKEYS -DREGEX -DXKEYS
--CFLAGS += -I/usr/local/include/clens
-+CFLAGS += -I/usr/include/clens -isystem /usr/include/bsd -DLIBBSD_OVERLAY
+ CFLAGS+=-Wall -DFKEYS -DREGEX -DXKEYS
++CFLAGS += -I/usr/include/clens -isystem /usr/include/bsd -DLIBBSD_OVERLAY -D__dead -O2
++LDADD+=<------>-lcurses -lutil -lclens -lbsd
++
SRCS= autoexec.c basic.c bell.c buffer.c cinfo.c dir.c display.c \
echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \
+ line.c macro.c main.c match.c modes.c paragraph.c random.c \