aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/ctwm/files
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-03-06 00:24:51 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-03-06 00:24:51 +0000
commited43a2531cb7b2fe293a159223c121cb78866610 (patch)
tree1c476b4b156f0d68409fdab4b1060eb7aaa644a2 /x11-wm/ctwm/files
parent06810b549c3d5ee33704923240f6d5420019c6ef (diff)
Notes
Diffstat (limited to 'x11-wm/ctwm/files')
-rw-r--r--x11-wm/ctwm/files/patch-ab16
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-wm/ctwm/files/patch-ab b/x11-wm/ctwm/files/patch-ab
index 0c79f05a759e..b593bc6f77a9 100644
--- a/x11-wm/ctwm/files/patch-ab
+++ b/x11-wm/ctwm/files/patch-ab
@@ -1,13 +1,13 @@
$FreeBSD$
---- parse.c.orig Thu May 5 08:24:55 2005
-+++ parse.c Mon May 9 19:26:43 2005
-@@ -2126,7 +2126,7 @@
+--- parse.c.orig Fri Feb 16 03:24:27 2007
++++ parse.c Sun Mar 4 18:36:18 2007
+@@ -2128,7 +2128,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);
+- execlp("m4", "m4",
++ execlp(M4PROG, M4PROGNAME,
+ #if !defined(__NetBSD__)
+ "-s",
+ #endif