[Packages]:
Add libs/libshout (added from: http://lists.openwrt.org/pipermail/openwrt-devel/2008-February/001704.html) Signed-off-by: Michael Vogt <michu at neophob.com> git-svn-id: svn://svn.openwrt.org/openwrt/packages@10445 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
21
libs/libshout/patches/140-no_example_doc_win32.patch
Normal file
21
libs/libshout/patches/140-no_example_doc_win32.patch
Normal file
@ -0,0 +1,21 @@
|
||||
Index: libshout-2.2.2/Makefile.in
|
||||
===================================================================
|
||||
--- libshout-2.2.2.orig/Makefile.in 2008-02-12 12:30:14.000000000 +0100
|
||||
+++ libshout-2.2.2/Makefile.in 2008-02-12 12:30:15.000000000 +0100
|
||||
@@ -246,14 +246,14 @@
|
||||
target_alias = @target_alias@
|
||||
AUTOMAKE_OPTIONS = 1.6 foreign
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
-SUBDIRS = include src examples debian doc win32
|
||||
+SUBDIRS = include src debian
|
||||
EXTRA_DIST = INSTALL m4/shout.m4 m4/ac_config_libconfig_in.m4 m4/acx_pthread.m4 \
|
||||
m4/ogg.m4 m4/vorbis.m4 m4/xiph_compiler.m4 m4/xiph_net.m4 \
|
||||
m4/xiph_types.m4
|
||||
|
||||
DISTCLEANFILES = shout-config.in
|
||||
docdir = $(datadir)/doc/$(PACKAGE)
|
||||
-doc_DATA = COPYING NEWS README examples/example.c examples/nonblocking.c
|
||||
+doc_DATA = COPYING NEWS README
|
||||
m4datadir = $(datadir)/aclocal
|
||||
m4data_DATA = m4/shout.m4
|
||||
@HAVE_PKGCONFIG_TRUE@pkgconfigdir = $(libdir)/pkgconfig
|
Reference in New Issue
Block a user