gphoto2: update package to 2.5.15
[feed/packages.git] / multimedia / gphoto2 / patches / 002-no-docs-test.patch
1 Index: gphoto2-2.5.15/Makefile.am
2 ===================================================================
3 --- gphoto2-2.5.15.orig/Makefile.am
4 +++ gphoto2-2.5.15/Makefile.am
5 @@ -1,4 +1,4 @@
6 -SUBDIRS = gphoto-m4 contrib doc gphoto2 packaging tests
7 +SUBDIRS = gphoto-m4 contrib gphoto2 packaging
8
9 ACLOCAL_AMFLAGS = -I auto-m4 -I gphoto-m4
10 EXTRA_DIST = README.md
11 Index: gphoto2-2.5.15/Makefile.in
12 ===================================================================
13 --- gphoto2-2.5.15.orig/Makefile.in
14 +++ gphoto2-2.5.15/Makefile.in
15 @@ -389,7 +389,7 @@ target_alias = @target_alias@
16 top_build_prefix = @top_build_prefix@
17 top_builddir = @top_builddir@
18 top_srcdir = @top_srcdir@
19 -SUBDIRS = gphoto-m4 contrib doc gphoto2 packaging tests
20 +SUBDIRS = gphoto-m4 contrib gphoto2 packaging
21 ACLOCAL_AMFLAGS = -I auto-m4 -I gphoto-m4
22 EXTRA_DIST = README.md
23 all: config.h
24 Index: gphoto2-2.5.15/configure.ac
25 ===================================================================
26 --- gphoto2-2.5.15.orig/configure.ac
27 +++ gphoto2-2.5.15/configure.ac
28 @@ -407,16 +407,10 @@ AC_CONFIG_FILES([
29 Makefile
30 gphoto2/Makefile
31 gphoto-m4/Makefile
32 -doc/Makefile
33 contrib/Makefile
34 packaging/Makefile
35 packaging/rpm/Makefile
36 packaging/rpm/package.spec
37 -tests/data/Makefile
38 -tests/staging/subdir1/Makefile
39 -tests/staging/subdir2/Makefile
40 -tests/staging/Makefile
41 -tests/Makefile
42 ])
43 AC_OUTPUT()dnl
44