aboutsummaryrefslogtreecommitdiffstats
path: root/testing/squeezelite/0001-only-run-glibc-specific-hacks-on-glibc.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
commitb6af1e02efe594039707cd882517663d5370f375 (patch)
treeff9c2d55873e051e82972ba64c017352d3a75d34 /testing/squeezelite/0001-only-run-glibc-specific-hacks-on-glibc.patch
parenta71346b7acebc600960a98c84fb32cfd72fe864b (diff)
downloadaports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2
aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/squeezelite/0001-only-run-glibc-specific-hacks-on-glibc.patch')
-rw-r--r--testing/squeezelite/0001-only-run-glibc-specific-hacks-on-glibc.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/squeezelite/0001-only-run-glibc-specific-hacks-on-glibc.patch b/testing/squeezelite/0001-only-run-glibc-specific-hacks-on-glibc.patch
deleted file mode 100644
index 5dbe25493c..0000000000
--- a/testing/squeezelite/0001-only-run-glibc-specific-hacks-on-glibc.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From d898fac929cd093bb39af3f517158777c21c06ef Mon Sep 17 00:00:00 2001
-From: Carlo Landmeter <clandmeter@gmail.com>
-Date: Tue, 31 Mar 2015 10:07:14 +0000
-Subject: [PATCH] only run glibc specific hacks on glibc
-
----
- output_alsa.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/output_alsa.c b/output_alsa.c
-index aa01560..c1b5435 100644
---- a/output_alsa.c
-+++ b/output_alsa.c
-@@ -853,7 +853,7 @@ void output_init_alsa(log_level level, const char *device, unsigned output_buf_s
- set_mixer(output.device, volume_mixer_name, volume_mixer_index ? atoi(volume_mixer_index) : 0, true, 0, 0);
- }
-
--#if LINUX
-+#if defined(__GLIBC__)
- // RT linux - aim to avoid pagefaults by locking memory:
- // https://rt.wiki.kernel.org/index.php/Threaded_RT-application_with_memory_locking_and_stack_handling_example
- if (mlockall(MCL_CURRENT | MCL_FUTURE) == -1) {
---
-2.3.4
-