From: Florian Fainelli Date: Wed, 6 Aug 2008 12:15:11 +0000 (+0000) Subject: Fix libdvbpsi4 compilation X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=e17b2d5072a6f448f55f731a991b59bf97ee7259;ds=inline Fix libdvbpsi4 compilation SVN-Revision: 12205 --- diff --git a/libs/libdvbpsi4/patches/001-no_doc_examples.patch b/libs/libdvbpsi4/patches/001-no_doc_examples.patch new file mode 100644 index 0000000000..3811d58cd1 --- /dev/null +++ b/libs/libdvbpsi4/patches/001-no_doc_examples.patch @@ -0,0 +1,27 @@ +diff -urN libdvbpsi4-0.1.5/Makefile.am libdvbpsi4-0.1.5.new/Makefile.am +--- libdvbpsi4-0.1.5/Makefile.am 2005-03-21 14:24:33.000000000 +0100 ++++ libdvbpsi4-0.1.5.new/Makefile.am 2008-08-06 12:15:59.000000000 +0200 +@@ -1,7 +1,7 @@ + ## Process this file with automake to produce Makefile.in + +-SUBDIRS = src examples misc +-DIST_SUBDIRS = $(SUBDIRS) doc debian wince ++SUBDIRS = src ++DIST_SUBDIRS = $(SUBDIRS) debian wince + + EXTRA_DIST = libdvbpsi.spec bootstrap + +diff -urN libdvbpsi4-0.1.5/Makefile.in libdvbpsi4-0.1.5.new/Makefile.in +--- libdvbpsi4-0.1.5/Makefile.in 2005-07-06 16:44:57.000000000 +0200 ++++ libdvbpsi4-0.1.5.new/Makefile.in 2008-08-06 12:15:47.000000000 +0200 +@@ -136,8 +136,8 @@ + target_os = @target_os@ + target_vendor = @target_vendor@ + +-SUBDIRS = src examples misc +-DIST_SUBDIRS = $(SUBDIRS) doc debian wince ++SUBDIRS = src ++DIST_SUBDIRS = $(SUBDIRS) debian wince + + EXTRA_DIST = libdvbpsi.spec bootstrap +