Codebase list mg / d7bc86e
Fix #666. Tomasz Buchert 6 years ago
3 changed file(s) with 27 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
55 GNUmakefile | 2 +-
66 1 file changed, 1 insertion(+), 1 deletion(-)
77
8 Index: mg/GNUmakefile
9 ===================================================================
10 --- mg.orig/GNUmakefile
11 +++ mg/GNUmakefile
12 @@ -31,7 +31,7 @@ CURSES_LIBS= -lcurses
8 diff --git a/GNUmakefile b/GNUmakefile
9 index 7bf7dca..dfe1554 100644
10 --- a/GNUmakefile
11 +++ b/GNUmakefile
12 @@ -41,7 +41,7 @@ endif
1313 CC?= gcc
1414 CFLAGS?= -O2 -pipe
1515 CFLAGS+= -g -Wall
0 From: Tomasz Buchert <tomasz@debian.org>
1 Date: Sat, 6 May 2017 19:00:08 +0200
2 Subject: Fix #666.
3
4 ---
5 macro.c | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/macro.c b/macro.c
9 index 984f614..3e00ee3 100644
10 --- a/macro.c
11 +++ b/macro.c
12 @@ -3,7 +3,7 @@
13 /* This file is in the public domain. */
14
15 /*
16 - * Keyboard macros.
17 + * Keyboard macros. OMG.
18 */
19
20 #include <sys/queue.h>
00 0001-Use-hardening-CPPFLAGS.patch
1 0002-Fix-666.patch