media-libs/speexdsp: fix autoreconf with slibtoolize

Upstream-PR: https://github.com/xiph/speexdsp/pull/48
Upstream-Commit: dbd421d149
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
orbea
2024-12-12 06:46:51 -08:00
committed by Sam James
parent e9245494e2
commit f195080b43
2 changed files with 30 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
https://github.com/xiph/speexdsp/pull/48
https://github.com/xiph/speexdsp/commit/dbd421d149a9c362ea16150694b75b63d757a521
From dbd421d149a9c362ea16150694b75b63d757a521 Mon Sep 17 00:00:00 2001
From: orbea <orbea@riseup.net>
Date: Tue, 4 Jun 2024 08:54:37 -0700
Subject: [PATCH] configure.ac: don't use internal GNU libtool functions
This doesn't work when using slibtoolize instead of GNU libtoolize and
is not necessary anyways.
Signed-off-by: orbea <orbea@riseup.net>
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index cd433ffe..413f71da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,6 @@ AM_INIT_AUTOMAKE([foreign no-define])
AM_MAINTAINER_MODE([enable])
AC_CANONICAL_HOST
-_LT_SET_OPTION([LT_INIT],[win32-dll])
LT_INIT
AC_C_BIGENDIAN

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,6 +23,7 @@ S="${WORKDIR}/${MY_P}"
PATCHES=(
"${FILESDIR}"/${PN}-1.2.0-configure.patch
"${FILESDIR}"/${P}-slibtoolize.patch
)
src_prepare() {