freebsd-ports/x11-wm/fvwm2-devel/files/patch-FvwmM4.c
Cy Schubert eec7fd0b10 ${PERL} -> ${REINPLACE_CMD}
Fully qualify the path to GNU M4 FvwmM4.
2002-09-14 00:54:55 +00:00

11 lines
685 B
C

--- modules/FvwmM4/FvwmM4.c.orig Mon Aug 12 14:00:13 2002
+++ modules/FvwmM4/FvwmM4.c Thu Aug 29 12:09:55 2002
@@ -70,7 +70,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 */