Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblo/files/
Date: Sat, 02 Sep 2017 10:01:56
Message-Id: 1504346484.64aae648629bda933d94a9608d6c63f33b90488f.aballier@gentoo
1 commit: 64aae648629bda933d94a9608d6c63f33b90488f
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 16 18:44:46 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 10:01:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64aae648
7
8 media-libs/liblo: remove unused patch
9
10 media-libs/liblo/files/liblo-0.27-no-threads.patch | 15 ---------------
11 1 file changed, 15 deletions(-)
12
13 diff --git a/media-libs/liblo/files/liblo-0.27-no-threads.patch b/media-libs/liblo/files/liblo-0.27-no-threads.patch
14 deleted file mode 100644
15 index 5e3ebe8e43a..00000000000
16 --- a/media-libs/liblo/files/liblo-0.27-no-threads.patch
17 +++ /dev/null
18 @@ -1,15 +0,0 @@
19 ---- liblo-0.27/examples/Makefile.am
20 -+++ liblo-0.27/examples/Makefile.am
21 -@@ -3,10 +3,9 @@
22 - # Example server depends on server threads, so skip it if threads are
23 - # disabled.
24 -
25 --noinst_PROGRAMS = example_client nonblocking_server_example \
26 -- example_tcp_echo_server
27 -+noinst_PROGRAMS = example_client nonblocking_server_example
28 - if ENABLE_THREADS
29 --noinst_PROGRAMS += example_server
30 -+noinst_PROGRAMS += example_server example_tcp_echo_server
31 - endif
32 -
33 - AM_CFLAGS = -Wall -I@top_srcdir@