diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-07-01 15:16:08 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-07-01 15:16:08 +0000 |
commit | ed834aa62d4a350d8d94427a6d0b72ebb286bec5 (patch) | |
tree | 1c1ffff524fd56a54ff177161e34c9a0d5a4ad4e /x11-wm/fvwm2-devel/files | |
parent | update MASTERSITE (diff) |
Upgrade 2.5.1 --> 2.5.2
Diffstat (limited to 'x11-wm/fvwm2-devel/files')
-rw-r--r-- | x11-wm/fvwm2-devel/files/patch-FvwmM4.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/x11-wm/fvwm2-devel/files/patch-FvwmM4.c b/x11-wm/fvwm2-devel/files/patch-FvwmM4.c index 2fbfddf37465..016e489fbdd7 100644 --- a/x11-wm/fvwm2-devel/files/patch-FvwmM4.c +++ b/x11-wm/fvwm2-devel/files/patch-FvwmM4.c @@ -1,11 +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 */ +--- modules/FvwmM4/FvwmM4.c.orig Tue Jun 18 04:53:39 2002 ++++ modules/FvwmM4/FvwmM4.c Mon Jul 1 00:02:14 2002 +@@ -71,7 +71,7 @@ + int m4_prefix_defines; /* Add "m4_" to the names of the defines */ + 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 */ |