summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm2-devel/files/patch-FvwmM4.c
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-02-14 22:21:27 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-02-14 22:21:27 +0000
commit3fe50c2986c0ab3c93cb42c080831fc2791fba36 (patch)
tree8e312a4528732ea6ea174aa22676571c780a758a /x11-wm/fvwm2-devel/files/patch-FvwmM4.c
parentfix typo: (diff)
o update to 2.3.28.
o add run/build depends on gm4 to parse config correctly. o add WANT_GTK to build gtk module. o sort MAN1 variable. for update: PR: 24985 Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi> for Gtk+ stuff: PR: 24908 Submitted by: Oyvind Albrigtsen <e-devil@e-devil.org> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=38348
Diffstat (limited to 'x11-wm/fvwm2-devel/files/patch-FvwmM4.c')
-rw-r--r--x11-wm/fvwm2-devel/files/patch-FvwmM4.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/fvwm2-devel/files/patch-FvwmM4.c b/x11-wm/fvwm2-devel/files/patch-FvwmM4.c
new file mode 100644
index 000000000000..2fbfddf37465
--- /dev/null
+++ b/x11-wm/fvwm2-devel/files/patch-FvwmM4.c
@@ -0,0 +1,11 @@
+--- modules/FvwmM4/FvwmM4.c.orig Fri Feb 2 16:04:52 2001
++++ modules/FvwmM4/FvwmM4.c Fri Feb 2 16:05:02 2001
+@@ -69,7 +69,7 @@
+ int m4_prefix; /* Do GNU m4 prefixing (-P) */
+ char m4_options[BUFSIZ]; /* Command line options to m4 */
+ char m4_outfile[BUFSIZ] = ""; /* The output filename for m4 */
+-char *m4_prog = "m4"; /* Name of the m4 program */
++char *m4_prog = "gm4"; /* Name of the m4 program */
+ int m4_default_quotes; /* Use default m4 quotes */
+ char *m4_startquote = "`"; /* Left quote characters for m4 */
+ char *m4_endquote = "'"; /* Right quote characters for m4 */