From bec26f7cda35f169f594a439e5bbec68ec27160b Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 29 Jul 2023 11:15:09 +0000 Subject: [PATCH] sox, remove libtool file (#9099) --- media-sound/sox/sox-14.4.2.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-sound/sox/sox-14.4.2.recipe b/media-sound/sox/sox-14.4.2.recipe index 11493473c..f29dc5bff 100644 --- a/media-sound/sox/sox-14.4.2.recipe +++ b/media-sound/sox/sox-14.4.2.recipe @@ -6,7 +6,7 @@ bonus, SoX can play and record audio files on most platforms." HOMEPAGE="http://sox.sourceforge.net" COPYRIGHT="1991-2015 Lance Norskog" LICENSE="GNU GPL v2" -REVISION="4" +REVISION="5" SOURCE_URI="https://downloads.sf.net/sox/sox-$portVersion.tar.bz2" CHECKSUM_SHA256="81a6956d4330e75b5827316e44ae381e6f1e8928003c6aa45896da9041ea149c" PATCHES="sox-$portVersion.patchset" @@ -87,6 +87,9 @@ INSTALL() { make install + # remove libtool file + rm -f $libDir/libsox.la + prepareInstalledDevelLib libsox fixPkgconfig