summaryrefslogtreecommitdiff
path: root/wm/ctwm/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'wm/ctwm/patches/patch-ac')
-rw-r--r--wm/ctwm/patches/patch-ac9
1 files changed, 3 insertions, 6 deletions
diff --git a/wm/ctwm/patches/patch-ac b/wm/ctwm/patches/patch-ac
index a75066ffe91..2d2e5e4de0b 100644
--- a/wm/ctwm/patches/patch-ac
+++ b/wm/ctwm/patches/patch-ac
@@ -1,16 +1,13 @@
-$NetBSD: patch-ac,v 1.1 2003/06/10 07:40:53 wiz Exp $
-
-Remove -s option from call to m4.
+$NetBSD: patch-ac,v 1.2 2005/10/13 20:20:55 rillig Exp $
--- parse.c.dist Tue Dec 11 16:38:52 2001
+++ parse.c Sat Mar 8 13:34:59 2003
-@@ -2097,7 +2097,8 @@
+@@ -2097,7 +2097,7 @@
dup2(fids[1], 1); /* stdout = pipe to parent */
/* get_defs("m4", dpy, display_name) */
tmp_file = m4_defs(dpy, display_name);
- execlp("m4", "m4", "-s", tmp_file, "-", NULL);
-+ /* Not all m4s know about -s */
-+ execlp("m4", "m4", tmp_file, "-", NULL);
++ execlp(PATH_TO_M4, "m4", "-s", tmp_file, "-", NULL);
/* If we get here we are screwed... */
perror("Can't execlp() m4");
exit(124);