summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-08-16 20:44:46 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-09-02 12:01:24 +0200
commit64aae648629bda933d94a9608d6c63f33b90488f (patch)
tree02747960c00c1802b4941d294ce1642b418d20ad
parentsci-biology/samtools: Version bump to 1.5 (diff)
downloadgentoo-64aae648.tar.gz
gentoo-64aae648.tar.bz2
gentoo-64aae648.zip
media-libs/liblo: remove unused patch
-rw-r--r--media-libs/liblo/files/liblo-0.27-no-threads.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/media-libs/liblo/files/liblo-0.27-no-threads.patch b/media-libs/liblo/files/liblo-0.27-no-threads.patch
deleted file mode 100644
index 5e3ebe8e43a0..000000000000
--- a/media-libs/liblo/files/liblo-0.27-no-threads.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- liblo-0.27/examples/Makefile.am
-+++ liblo-0.27/examples/Makefile.am
-@@ -3,10 +3,9 @@
- # Example server depends on server threads, so skip it if threads are
- # disabled.
-
--noinst_PROGRAMS = example_client nonblocking_server_example \
-- example_tcp_echo_server
-+noinst_PROGRAMS = example_client nonblocking_server_example
- if ENABLE_THREADS
--noinst_PROGRAMS += example_server
-+noinst_PROGRAMS += example_server example_tcp_echo_server
- endif
-
- AM_CFLAGS = -Wall -I@top_srcdir@