diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-07 01:01:51 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-07 01:01:51 +0100 |
commit | 3830c6fe4bfecb2fbe07bf051b1274c9d2f8ccb8 (patch) | |
tree | 9af60009618732a46146ca8d5fa78c03fd254ca9 /community/tclap/skip-docs.patch | |
parent | 9cf30b507b4ea1e0db6ba9e8fd437846ea5f2178 (diff) | |
download | aports-3830c6fe4bfecb2fbe07bf051b1274c9d2f8ccb8.tar.bz2 aports-3830c6fe4bfecb2fbe07bf051b1274c9d2f8ccb8.tar.xz |
community/tclap: move from testing
Diffstat (limited to 'community/tclap/skip-docs.patch')
-rw-r--r-- | community/tclap/skip-docs.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/community/tclap/skip-docs.patch b/community/tclap/skip-docs.patch new file mode 100644 index 0000000000..0f5b5b4224 --- /dev/null +++ b/community/tclap/skip-docs.patch @@ -0,0 +1,23 @@ +Make fails to install docs, so just skip them. +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,7 +1,7 @@ + + ACLOCAL_AMFLAGS = -I config + +-SUBDIRS = include examples docs tests msc config ++SUBDIRS = include examples tests msc config + + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = $(PACKAGE).pc +--- a/Makefile.in ++++ b/Makefile.in +@@ -173,7 +173,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + ACLOCAL_AMFLAGS = -I config +-SUBDIRS = include examples docs tests msc config ++SUBDIRS = include examples tests msc config + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = $(PACKAGE).pc + EXTRA_DIST = $(PACKAGE).pc.in |