diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-01-29 21:26:43 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-01-29 21:26:43 +0000 |
commit | 1430462520bb27fd0f60495be00a3f3fb6d4b04e (patch) | |
tree | 969af184f3123a8cfe999a223ff900cbc918b328 /openwrt/package/libvorbis/patches/100-no_examples.patch | |
parent | c6c07d95f226a1621274437202d82fb4868e542f (diff) | |
download | mtk-20170518-1430462520bb27fd0f60495be00a3f3fb6d4b04e.zip mtk-20170518-1430462520bb27fd0f60495be00a3f3fb6d4b04e.tar.gz mtk-20170518-1430462520bb27fd0f60495be00a3f3fb6d4b04e.tar.bz2 |
upgrade libvorbis to v1.1.2, spca5xx to v20060101 and add gcc4 fix for shfs
SVN-Revision: 3068
Diffstat (limited to 'openwrt/package/libvorbis/patches/100-no_examples.patch')
-rw-r--r-- | openwrt/package/libvorbis/patches/100-no_examples.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/libvorbis/patches/100-no_examples.patch b/openwrt/package/libvorbis/patches/100-no_examples.patch new file mode 100644 index 0000000..35c50a4 --- /dev/null +++ b/openwrt/package/libvorbis/patches/100-no_examples.patch @@ -0,0 +1,12 @@ +diff -ur libvorbis-1.1.2/Makefile.in libvorbis-1.1.2-owrt/Makefile.in +--- libvorbis-1.1.2/Makefile.in 2005-11-28 06:43:44.000000000 +0100 ++++ libvorbis-1.1.2-owrt/Makefile.in 2006-01-29 21:55:23.000000000 +0100 +@@ -217,7 +217,7 @@ + target_os = @target_os@ + target_vendor = @target_vendor@ + AUTOMAKE_OPTIONS = foreign dist-zip +-SUBDIRS = lib include doc examples vq ++SUBDIRS = lib include doc vq + m4datadir = $(datadir)/aclocal + m4data_DATA = vorbis.m4 + pkgconfigdir = $(libdir)/pkgconfig |