aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/ctwm/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/ctwm/files/patch-ab')
-rw-r--r--x11-wm/ctwm/files/patch-ab32
1 files changed, 13 insertions, 19 deletions
diff --git a/x11-wm/ctwm/files/patch-ab b/x11-wm/ctwm/files/patch-ab
index e1d571d10e4e..0c79f05a759e 100644
--- a/x11-wm/ctwm/files/patch-ab
+++ b/x11-wm/ctwm/files/patch-ab
@@ -1,19 +1,13 @@
-*** parse.c.orig Sun Feb 13 19:00:24 2000
---- parse.c Sun Feb 13 19:02:13 2000
-***************
-*** 2070,2076 ****
- 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);
- /* If we get here we are screwed... */
- perror("Can't execlp() m4");
- exit(124);
---- 2070,2076 ----
- dup2(fids[1], 1); /* stdout = pipe to parent */
- /* get_defs("m4", dpy, display_name) */
- tmp_file = m4_defs(dpy, display_name);
-! execlp(M4PROG, "-s", tmp_file, "-", NULL);
- /* If we get here we are screwed... */
- perror("Can't execlp() m4");
- exit(124);
+$FreeBSD$
+
+--- parse.c.orig Thu May 5 08:24:55 2005
++++ parse.c Mon May 9 19:26:43 2005
+@@ -2126,7 +2126,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);
++ execl(M4PROG, M4PROGNAME, "-s", tmp_file, "-", NULL);
+ /* If we get here we are screwed... */
+ perror("Can't execlp() m4");
+ exit(124);