Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/liblo/files: liblo-0.27-no-threads.patch
Date: Sat, 01 Jun 2013 23:12:53
Message-Id: 20130601231245.857512171D@flycatcher.gentoo.org
1 radhermit 13/06/01 23:12:45
2
3 Added: liblo-0.27-no-threads.patch
4 Log:
5 Skip more examples when threads are disabled and don't build examples by default (fixes bug #472036).
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.1 media-libs/liblo/files/liblo-0.27-no-threads.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblo/files/liblo-0.27-no-threads.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblo/files/liblo-0.27-no-threads.patch?rev=1.1&content-type=text/plain
14
15 Index: liblo-0.27-no-threads.patch
16 ===================================================================
17 --- liblo-0.27/examples/Makefile.am
18 +++ liblo-0.27/examples/Makefile.am
19 @@ -3,10 +3,9 @@
20 # Example server depends on server threads, so skip it if threads are
21 # disabled.
22
23 -noinst_PROGRAMS = example_client nonblocking_server_example \
24 - example_tcp_echo_server
25 +noinst_PROGRAMS = example_client nonblocking_server_example
26 if ENABLE_THREADS
27 -noinst_PROGRAMS += example_server
28 +noinst_PROGRAMS += example_server example_tcp_echo_server
29 endif
30
31 AM_CFLAGS = -Wall -I@top_srcdir@