diff options
Diffstat (limited to 'package/libvorbis/patches/patch-Makefile_in')
-rw-r--r-- | package/libvorbis/patches/patch-Makefile_in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libvorbis/patches/patch-Makefile_in b/package/libvorbis/patches/patch-Makefile_in new file mode 100644 index 000000000..51c885573 --- /dev/null +++ b/package/libvorbis/patches/patch-Makefile_in @@ -0,0 +1,12 @@ +$Id$ +--- libvorbis-1.2.0.orig/Makefile.in 2007-07-25 16:46:36.000000000 +0000 ++++ libvorbis-1.2.0/Makefile.in 2007-10-11 09:22:14.000000000 +0000 +@@ -221,7 +221,7 @@ target_vendor = @target_vendor@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + AUTOMAKE_OPTIONS = 1.6 foreign dist-zip dist-bzip2 +-SUBDIRS = lib include doc examples vq ++SUBDIRS = lib include doc vq + m4datadir = $(datadir)/aclocal + m4data_DATA = vorbis.m4 + pkgconfigdir = $(libdir)/pkgconfig |