summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2021-04-26 17:31:35 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2021-04-26 17:31:35 +0200
commit2fa00a3c0df8ffc59061451b6115e42c7dec6a61 (patch)
treee04ed0555c7fa43dca6a097e3eb29d4bf0c0937b /media-libs/libmp3splt/files
parentmedia-sound/gmusicbrowser: removed obsolete 1.1.15_p20190315 (diff)
downloadgentoo-2fa00a3c0df8ffc59061451b6115e42c7dec6a61.tar.gz
gentoo-2fa00a3c0df8ffc59061451b6115e42c7dec6a61.tar.bz2
gentoo-2fa00a3c0df8ffc59061451b6115e42c7dec6a61.zip
media-libs/libmp3splt: removed obsolete 0.9.2-r2
Bug: https://bugs.gentoo.org/785517 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs/libmp3splt/files')
-rw-r--r--media-libs/libmp3splt/files/libmp3splt-0.7-libltdl.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/media-libs/libmp3splt/files/libmp3splt-0.7-libltdl.patch b/media-libs/libmp3splt/files/libmp3splt-0.7-libltdl.patch
deleted file mode 100644
index 0755fe79af92..000000000000
--- a/media-libs/libmp3splt/files/libmp3splt-0.7-libltdl.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/configure.ac 2011-08-07 00:14:06.723806363 +0200
-+++ b/configure.ac 2011-08-07 00:14:02.405860340 +0200
-@@ -68,16 +68,13 @@
- # Enable libtool, check for libltdl and define @LIBLTDL@ and @INCLTDL@
- #################################################################
-
--ifdef([LT_CONFIG_LTDL_DIR],
-- [ LT_CONFIG_LTDL_DIR([libltdl]) ],
-- [])
-+AC_SUBST([INCLTDL], [])
-+AC_SUBST([LIBLTDL], [-lltdl])
-
- ifdef([LT_INIT],
- [ LT_INIT([win32-dll]) ],
- [ AC_PROG_LIBTOOL ])
-
--AC_WITH_LTDL
--
- #################################################################
- # Check for the type of the host
- #################################################################