[package] update libsigc++ to 2.2.3, do not build docs and tests
[openwrt/svn-archive/archive.git] / libs / libsigc++ / patches / 001-no_doc_tests_examples.patch
1 diff -urN libsigc++-2.2.3/Makefile.am libsigc++-2.2.3.new/Makefile.am
2 --- libsigc++-2.2.3/Makefile.am 2008-10-14 17:06:54.000000000 +0200
3 +++ libsigc++-2.2.3.new/Makefile.am 2008-12-14 19:24:11.000000000 +0100
4 @@ -4,7 +4,7 @@
5 EXTRA_DIST = autogen.sh sigc++config.h.in libsigc++-2.0.spec.in
6 # ACLOCAL_FLAGS = -I scripts
7
8 -SUBDIRS = sigc++ tests docs examples scripts MSVC_Net2005 MSVC_Net2008
9 +SUBDIRS = sigc++ scripts MSVC_Net2005 MSVC_Net2008
10 DIST_SUBDIRS = $(SUBDIRS)
11
12 sigc_configdir = $(libdir)/sigc++-2.0/include
13 diff -urN libsigc++-2.2.3/Makefile.in libsigc++-2.2.3.new/Makefile.in
14 --- libsigc++-2.2.3/Makefile.in 2008-10-14 17:52:18.000000000 +0200
15 +++ libsigc++-2.2.3.new/Makefile.in 2008-12-14 19:24:05.000000000 +0100
16 @@ -210,7 +210,7 @@
17 # other stuff here
18 EXTRA_DIST = autogen.sh sigc++config.h.in libsigc++-2.0.spec.in
19 # ACLOCAL_FLAGS = -I scripts
20 -SUBDIRS = sigc++ tests docs examples scripts MSVC_Net2005 MSVC_Net2008
21 +SUBDIRS = sigc++ scripts MSVC_Net2005 MSVC_Net2008
22 DIST_SUBDIRS = $(SUBDIRS)
23 sigc_configdir = $(libdir)/sigc++-2.0/include
24 sigc_config_DATA = sigc++config.h