From 5d16ef9605ec078700b38ff16771cc2d60545c24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Wed, 11 Jan 2023 12:58:39 +0100 Subject: groups/231.native_packages_etc.group: drop alsa_lib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- patches/alsa_lib-1.1.8.local.patch | 40 -------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 patches/alsa_lib-1.1.8.local.patch (limited to 'patches/alsa_lib-1.1.8.local.patch') diff --git a/patches/alsa_lib-1.1.8.local.patch b/patches/alsa_lib-1.1.8.local.patch deleted file mode 100644 index 5ce2742b..00000000 --- a/patches/alsa_lib-1.1.8.local.patch +++ /dev/null @@ -1,40 +0,0 @@ -Only in alsa-lib-1.1.8/include: alsa -diff -ru alsa-lib-1.1.8.orig/include/alsa-symbols.h alsa-lib-1.1.8/include/alsa-symbols.h ---- alsa-lib-1.1.8.orig/include/alsa-symbols.h 2019-01-07 13:55:38.000000000 +0100 -+++ alsa-lib-1.1.8/include/alsa-symbols.h 2019-03-24 06:05:21.993902732 +0100 -@@ -27,7 +27,12 @@ - #endif - - #define INTERNAL_CONCAT2_2(Pre, Post) Pre##Post -+#ifdef __midipix__ -+/* no .symver support */ -+#define INTERNAL(Name) INTERNAL_CONCAT2_2(, Name) -+#else - #define INTERNAL(Name) INTERNAL_CONCAT2_2(__, Name) -+#endif - - # define symbol_version(real, name, version) \ - __asm__ (".symver " ASM_NAME(#real) "," ASM_NAME(#name) "@" #version) -@@ -45,6 +50,8 @@ - #define use_default_symbol_version(real, name, version) \ - __asm__ (".weak " ASM_NAME(#name)); \ - __asm__ (ASM_NAME(#name) " = " ASM_NAME(#real)) -+#elif defined(__midipix__) -+#define use_default_symbol_version(real, name, version) /* nothing */ - #else - #define use_default_symbol_version(real, name, version) \ - __asm__ (".weak " ASM_NAME(#name)); \ -diff -ru alsa-lib-1.1.8.orig/include/local.h alsa-lib-1.1.8/include/local.h ---- alsa-lib-1.1.8.orig/include/local.h 2019-01-07 13:55:38.000000000 +0100 -+++ alsa-lib-1.1.8/include/local.h 2019-03-23 19:06:39.073662943 +0100 -@@ -254,8 +254,10 @@ - /* - */ - #define HAVE_GNU_LD -+#ifndef __midipix__ - #define HAVE_ELF - #define HAVE_ASM_PREVIOUS_DIRECTIVE -+#endif - - /* Stolen from libc-symbols.h in GNU glibc */ - -- cgit v1.2.3