From bb104d8a037b33a3b011b9a5cc9aab8e5b1ee5b8 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Sat, 15 Jul 2000 19:07:48 +0000 Subject: Persuade automake to look not only in ${PREFIX}/share/aclocal (ie: ${LOCALBASE}), but also ${X11BASE}/share/aclocal via an extra patch and some configure-time substitution Discussed on: ports (quite a while back) Original disgusting hack by: ade Suggested improvements by: asami Reworked patch by: ade --- devel/automake14/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'devel/automake14/Makefile') diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile index a31ea876ed3a..dec01e0a76c8 100644 --- a/devel/automake14/Makefile +++ b/devel/automake14/Makefile @@ -19,6 +19,9 @@ USE_PERL5= yes STRIP= # none +pre-configure: + ${PERL} -pi -e "s^%%X11BASE%%^${X11BASE}^" ${WRKSRC}/aclocal.in + post-install: @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir -- cgit v1.2.3