1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/x11-wm/fvwm24/files/patch-modules::FvwmM4::FvwmM4.c
Pete Fritchman 6e512d5377 The FvwmM4 module needs gm4 to function properly.
PR:		32176
Submitted by:	Tony Finch <dot@dotat.at>
2001-11-21 22:52:31 +00:00

12 lines
678 B
C

--- 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 */