freebsd-ports/audio/libvorbis/files/patch-Makefile.in
Christian Weisgerber 17138d8678 Update to 1.1.0. Changes in this release:
* merges tuning improvements from Aoyumi's aoTuV with fixups
 * new managed bitrate (CBR) mode support
 * new vorbis_encoder_ctl() interface
 * extensive documentation updates
 * application/ogg mimetype is now official
 * autotools cleanup from Thomas Vander Stichele
 * various bugfixes
2004-10-12 14:55:16 +00:00

14 lines
427 B
Text

$FreeBSD$
--- Makefile.in.orig Fri Sep 24 02:10:11 2004
+++ Makefile.in Fri Sep 24 02:10:25 2004
@@ -207,7 +207,7 @@
target_os = @target_os@
target_vendor = @target_vendor@
AUTOMAKE_OPTIONS = foreign dist-zip
-SUBDIRS = lib include doc examples win32 debian vq
+SUBDIRS = lib include $(DOC) examples win32 debian vq
m4datadir = $(prefix)/share/aclocal
m4data_DATA = vorbis.m4
pkgconfigdir = $(prefix)/libdata/pkgconfig