summaryrefslogtreecommitdiff
path: root/audio/libogg
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-16 13:06:29 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-11-16 13:06:29 +0000
commitf440390503fe6c5a40f8e97dac1ab5d1572b53de (patch)
tree683a62cfab73ac3e1852ce8fbde27d0c7b0bb395 /audio/libogg
parentUpdate to 3.0.1. (diff)
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 <t.vanklaveren@student.utwente.nl>, roger, sobomax
Notes
Notes: svn path=/head/; revision=35187
Diffstat (limited to 'audio/libogg')
-rw-r--r--audio/libogg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile
index 09f1780d4e7f..e98e31d9f00c 100644
--- a/audio/libogg/Makefile
+++ b/audio/libogg/Makefile
@@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/ogg
ACLOCAL?= ${LOCALBASE}/bin/aclocal
AUTOHEADER?= ${LOCALBASE}/bin/autoheader
+AUTOMAKE_ARGS= --add-missing
post-patch:
cd ${WRKSRC} && ${ACLOCAL}