Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd/files: libmicrohttpd-0.9.26-fix-doc-build.patch
Date: Sat, 30 Mar 2013 21:11:27
Message-Id: 20130330211124.C8FE02171D@flycatcher.gentoo.org
1 blueness 13/03/30 21:11:24
2
3 Added: libmicrohttpd-0.9.26-fix-doc-build.patch
4 Log:
5 Version bump
6
7 (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.1 net-libs/libmicrohttpd/files/libmicrohttpd-0.9.26-fix-doc-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.26-fix-doc-build.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.26-fix-doc-build.patch?rev=1.1&content-type=text/plain
14
15 Index: libmicrohttpd-0.9.26-fix-doc-build.patch
16 ===================================================================
17 diff -Naur libmicrohttpd-0.9.26.orig/doc/examples/Makefile.am libmicrohttpd-0.9.26/doc/examples/Makefile.am
18 --- libmicrohttpd-0.9.26.orig/doc/examples/Makefile.am 2013-03-29 12:21:07.000000000 -0400
19 +++ libmicrohttpd-0.9.26/doc/examples/Makefile.am 2013-03-30 17:04:34.000000000 -0400
20 @@ -18,15 +18,16 @@
21 basicauthentication \
22 hellobrowser \
23 logging \
24 - responseheaders \
25 - sessions
26 + responseheaders
27
28 if ENABLE_HTTPS
29 noinst_PROGRAMS += \
30 tlsauthentication
31 endif
32 if HAVE_POSTPROCESSOR
33 -noinst_PROGRAMS += simplepost largepost
34 +noinst_PROGRAMS += \
35 + simplepost largepost \
36 + sessions
37 endif
38
39 if HAVE_W32