summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm2-devel/files/patch-FvwmM4.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2002-09-14 00:54:55 +0000
committerCy Schubert <cy@FreeBSD.org>2002-09-14 00:54:55 +0000
commiteec7fd0b106c90ade2ae475dc9419dd2c6d66b60 (patch)
treec053e8d51f3e9a7cb26ea96036fe1ca602cc0193 /x11-wm/fvwm2-devel/files/patch-FvwmM4.c
parent${PERL} -> ${REINPLACE_CMD} (diff)
${PERL} -> ${REINPLACE_CMD}
Fully qualify the path to GNU M4 FvwmM4.
Notes
Notes: svn path=/head/; revision=66286
Diffstat (limited to '')
-rw-r--r--x11-wm/fvwm2-devel/files/patch-FvwmM4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/fvwm2-devel/files/patch-FvwmM4.c b/x11-wm/fvwm2-devel/files/patch-FvwmM4.c
index 9956b198e40d..27962df6845c 100644
--- a/x11-wm/fvwm2-devel/files/patch-FvwmM4.c
+++ b/x11-wm/fvwm2-devel/files/patch-FvwmM4.c
@@ -5,7 +5,7 @@
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 */
++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 */