From: florian Date: Wed, 6 Aug 2008 12:15:11 +0000 (+0000) Subject: Fix libdvbpsi4 compilation X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=4b8115c44338e0b7d1db3216a1fa05740e125b54;p=packages.git Fix libdvbpsi4 compilation git-svn-id: svn://svn.openwrt.org/openwrt/packages@12205 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 000000000..3811d58cd --- /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 +