diff options
author | Ørjan Malde <red@foxi.me> | 2020-12-10 14:19:40 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-12-10 13:59:17 +0000 |
commit | 7029b608d8847dda7cd7d41a263892f72eed6d05 (patch) | |
tree | 735b0cf6eef51713a646dbb8639637be23468fb5 | |
parent | d0ce9e4817997f8d796b7cae4e9b462f8396536b (diff) | |
download | midipix_build-7029b608d8847dda7cd7d41a263892f72eed6d05.tar.bz2 midipix_build-7029b608d8847dda7cd7d41a263892f72eed6d05.tar.xz |
patches/libtheora-1.1.1.local.patch: skip docs
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
-rw-r--r-- | patches/libtheora-1.1.1.local.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/libtheora-1.1.1.local.patch b/patches/libtheora-1.1.1.local.patch index b9e145e9..2ca7276d 100644 --- a/patches/libtheora-1.1.1.local.patch +++ b/patches/libtheora-1.1.1.local.patch @@ -1,3 +1,15 @@ +diff -ru libtheora-1.1.1.orig/Makefile.in libtheora-1.1.1/Makefile.in +--- libtheora-1.1.1.orig/Makefile.in 2009-10-01 20:04:07.000000000 +0200 ++++ libtheora-1.1.1/Makefile.in 2020-12-10 14:17:43.482548317 +0100 +@@ -164,7 +164,7 @@ + @THEORA_ENABLE_EXAMPLES_TRUE@EXAMPLES_DIR = examples + @THEORA_ENABLE_EXAMPLES_FALSE@EXAMPLES_DIR = + +-SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR) ++SUBDIRS = lib include tests m4 $(EXAMPLES_DIR) + + # we include the whole debian/ dir in EXTRA_DIST because there's a problem + # with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am diff -ru libtheora-1.1.1.orig/lib/Makefile.in libtheora-1.1.1/lib/Makefile.in --- libtheora-1.1.1.orig/lib/Makefile.in 2009-10-01 20:04:07.000000000 +0200 +++ libtheora-1.1.1/lib/Makefile.in 2018-08-04 17:38:41.912201898 +0200 |