mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 10:00:37 -04:00
While the maintainer has mostly been responsive since July 2010, his actions were limited to approving PRs (mainly to upgrade scons because the maintainer wasn't doing it). Not a single update originated from the maintainer himself. Since being a gatekeeper isn't the purpose of a maintainer, I'm going to reset the port on this timeout so that future upgrades can get applied faster than they have been. PR: 206343 Submitted by: myself Approved by: maintainer timeout
11 lines
451 B
Python
11 lines
451 B
Python
--- engine/SCons/Tool/m4.py.orig 2015-11-09 11:25:09 UTC
|
|
+++ engine/SCons/Tool/m4.py
|
|
@@ -49,7 +49,7 @@ def generate(env):
|
|
# file and run from there.
|
|
# The src_suffix setup is like so: file.c.m4 -> file.c,
|
|
# file.cpp.m4 -> file.cpp etc.
|
|
- env['M4'] = 'm4'
|
|
+ env['M4'] = 'gm4'
|
|
env['M4FLAGS'] = SCons.Util.CLVar('-E')
|
|
env['M4COM'] = 'cd ${SOURCE.rsrcdir} && $M4 $M4FLAGS < ${SOURCE.file} > ${TARGET.abspath}'
|
|
|