diff options
author | asami <asami@FreeBSD.org> | 2000-11-16 21:06:29 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-16 21:06:29 +0800 |
commit | 97813f2e4b6086b07dddd1d7060ce9094fddfed3 (patch) | |
tree | f1976e7d678ba30bc7fc74dc0a206baeb478df04 /audio/libvorbis | |
parent | e241ea065727dff3bbede0b7e8b6ee4f8f757201 (diff) | |
download | freebsd-ports-gnome-97813f2e4b6086b07dddd1d7060ce9094fddfed3.tar.gz freebsd-ports-gnome-97813f2e4b6086b07dddd1d7060ce9094fddfed3.tar.zst freebsd-ports-gnome-97813f2e4b6086b07dddd1d7060ce9094fddfed3.zip |
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
Diffstat (limited to 'audio/libvorbis')
-rw-r--r-- | audio/libvorbis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 4a07df698e7a..c3ede23fe7da 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -24,7 +24,8 @@ WRKSRC= ${WRKDIR}/vorbis ACLOCAL?= ${LOCALBASE}/bin/aclocal AUTOHEADER?= ${LOCALBASE}/bin/autoheader CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS+= --with-ogg=${LOCALBASE} +CONFIGURE_ARGS= --with-ogg=${LOCALBASE} +AUTOMAKE_ARGS= --add-missing post-patch: cd ${WRKSRC} && ${ACLOCAL} |