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 | 4ec4171f0a0bf58131e6015f6dcbe01858f1ede6 (patch) | |
tree | d8d35a8ffe787a39503a1f40bd10dd18cbb8ff42 /package/libvorbis/patches/100-no_examples.patch | |
parent | cb0aa5e619ebeaabd740d84834d726dfd5e822cd (diff) | |
download | master-187ad058-4ec4171f0a0bf58131e6015f6dcbe01858f1ede6.tar.gz master-187ad058-4ec4171f0a0bf58131e6015f6dcbe01858f1ede6.tar.bz2 master-187ad058-4ec4171f0a0bf58131e6015f6dcbe01858f1ede6.zip |
upgrade libvorbis to v1.1.2, spca5xx to v20060101 and add gcc4 fix for shfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3068 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libvorbis/patches/100-no_examples.patch')
-rw-r--r-- | package/libvorbis/patches/100-no_examples.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libvorbis/patches/100-no_examples.patch b/package/libvorbis/patches/100-no_examples.patch new file mode 100644 index 0000000000..35c50a4c59 --- /dev/null +++ b/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 |