diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-16 13:06:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-16 13:06:29 +0000 |
commit | f440390503fe6c5a40f8e97dac1ab5d1572b53de (patch) | |
tree | 683a62cfab73ac3e1852ce8fbde27d0c7b0bb395 /audio/libvorbis | |
parent | b5c80055a71ad38a84391f1d32d764f72961aca0 (diff) | |
download | ports-f440390503fe6c5a40f8e97dac1ab5d1572b53de.tar.gz ports-f440390503fe6c5a40f8e97dac1ab5d1572b53de.zip |
Notes
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} |