diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-13 20:20:55 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-13 20:20:55 +0000 |
commit | d8c91f33aca3eb96512afac29a0e9d04c3618e3b (patch) | |
tree | 4ad34819ad4d4b04350a4f8dd0382772303bbba2 /wm/ctwm/patches | |
parent | 698d2bd8f7092d8f99597a1347095cc8e39e0f19 (diff) | |
download | pkgsrc-d8c91f33aca3eb96512afac29a0e9d04c3618e3b.tar.gz |
Bumped PKGREVISION to 1.
Made the package build on Solaris.
Diffstat (limited to 'wm/ctwm/patches')
-rw-r--r-- | wm/ctwm/patches/patch-ac | 9 |
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); |