aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fvwm2-devel/files
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2002-07-01 23:16:08 +0800
committercy <cy@FreeBSD.org>2002-07-01 23:16:08 +0800
commit1c5a52d5db966b9b8eef916cc8400536f30989ac (patch)
treefb5b6edbc8f461843127766ffad4c0e1c8171191 /x11-wm/fvwm2-devel/files
parentef701cf08153c34b1acb2ce9ef6dee33ae207005 (diff)
downloadfreebsd-ports-gnome-1c5a52d5db966b9b8eef916cc8400536f30989ac.tar.gz
freebsd-ports-gnome-1c5a52d5db966b9b8eef916cc8400536f30989ac.tar.zst
freebsd-ports-gnome-1c5a52d5db966b9b8eef916cc8400536f30989ac.zip
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.c22
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 */