Noticed the post-merge output from dev-libs/ffcall when
was installing gforth. The output did not look useful:
```
* Messages for package dev-libs/ffcall-2.1:
* Patching 'Makefile.in'
* Patching 'avcall/Makefile.in'
* Patching 'callback/Makefile.in'
* Patching 'gnulib-lib/Makefile.in'
* Patching 'trampoline/Makefile.in'
* Patching 'vacall/Makefile.in'
* Patching 'callback/trampoline_r/Makefile.in'
* Patching 'callback/vacall_r/Makefile.in'
* Patching 'Makefile.in'
```
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
for mfi in {,*/,*/*/,}Makefile.in
do
- elog "Patching '${mfi}'"
+ einfo "Patching '${mfi}'"
# usually uses only assembler here, but -march=
# and -Wa, are a must to pass here.
sed -e 's/$(CC) /&$(CFLAGS) /g' \