summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm24/files/patch-modules::FvwmM4::FvwmM4.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
commitb315e20b06b5067b11496cbfb4744f5cf16a9639 (patch)
tree3fe761c428249a06677cf9f97eb9badee0732a6a /x11-wm/fvwm24/files/patch-modules::FvwmM4::FvwmM4.c
parentupdate to 2.0.6. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_5_0'.release/4.5.0
Notes
Notes: svn path=/head/; revision=53938 svn path=/tags/RELEASE_4_5_0/; revision=53939; tag=release/4.5.0
Diffstat (limited to 'x11-wm/fvwm24/files/patch-modules::FvwmM4::FvwmM4.c')
-rw-r--r--x11-wm/fvwm24/files/patch-modules::FvwmM4::FvwmM4.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/fvwm24/files/patch-modules::FvwmM4::FvwmM4.c b/x11-wm/fvwm24/files/patch-modules::FvwmM4::FvwmM4.c
deleted file mode 100644
index 9a104c20023f..000000000000
--- a/x11-wm/fvwm24/files/patch-modules::FvwmM4::FvwmM4.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/FvwmM4/FvwmM4.c.orig Wed Nov 21 17:46:27 2001
-+++ modules/FvwmM4/FvwmM4.c Wed Nov 21 17:47:06 2001
-@@ -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 = "%%LOCALBASE%%/bin/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 */