ports/comms/grig/files/patch-Makefile.am
Tijl Coosemans 5d17e8f667 devel/libtextstyle, devel/gettext*: Update to 0.23
comms/grig, deskutils/xpad, games/7kaa:
Fix problem between autopoint (gettext) and aclocal (automake).
First autopoint installs gettext m4 files in WRKSRC/m4 for the
version of gettext requested in configure.ac.  And then aclocal
should use those files.  These ports were either missing an "-I m4"
flag so aclocal didn't see the autopoint m4 files but used the ones
from LOCALBASE/share/aclocal, which are the wrong version, or they
used the --install flag that makes aclocal copy files from
LOCALBASE/share/aclocal overwriting the autopoint m4 files.

PR:		283536
Exp-run by:	antoine
2025-01-01 17:32:31 +01:00

9 lines
268 B
Text

--- Makefile.am.orig 2023-01-24 21:13:11 UTC
+++ Makefile.am
@@ -8,5 +8,4 @@ EXTRA_DIST = \
win32/Makefile \
win32/icons/grig.ico
-# Install any third party macros into our tree for distribution
-ACLOCAL_AMFLAGS = -I m4 --install
+ACLOCAL_AMFLAGS = -I m4