From 97813f2e4b6086b07dddd1d7060ce9094fddfed3 Mon Sep 17 00:00:00 2001 From: asami Date: Thu, 16 Nov 2000 13:06:29 +0000 Subject: Add AUTO{CONF,MAKE}_{ENV,ARGS}. Among other things, this will fix audio/libao, audio/libogg, audio/libvorbis and audio/vorbis-tools which need --add-missing to be passed to automake. PR: 22610 Submitted by: Theo van Klaveren , roger, sobomax --- audio/libao/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/libao') diff --git a/audio/libao/Makefile b/audio/libao/Makefile index cd5d535..8278952 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/ao ACLOCAL?= ${LOCALBASE}/bin/aclocal AUTOHEADER?= ${LOCALBASE}/bin/autoheader +AUTOMAKE_ARGS= --add-missing post-patch: cd ${WRKSRC} && ${ACLOCAL} -- cgit v1.1