From 63dd45179d7374b04605c74997dc5e307aaa1b85 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 21 Jun 2017 08:05:43 +0200 Subject: [PATCH] fluidsynth: remove libtool file (#1451) --- media-sound/fluidsynth/fluidsynth-1.1.6.recipe | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/media-sound/fluidsynth/fluidsynth-1.1.6.recipe b/media-sound/fluidsynth/fluidsynth-1.1.6.recipe index d123afcd1..d2f155ab3 100644 --- a/media-sound/fluidsynth/fluidsynth-1.1.6.recipe +++ b/media-sound/fluidsynth/fluidsynth-1.1.6.recipe @@ -8,7 +8,7 @@ ability to send audio data to a Raw or Wave file." HOMEPAGE="http://www.fluidsynth.org/" COPYRIGHT="2007-2012 Josh Green, Pedro Lopez-Cabanillas, David Henningsson" LICENSE="GNU LGPL v2.1" -REVISION="4" +REVISION="5" SOURCE_URI="http://sourceforge.net/projects/fluidsynth/files/fluidsynth-$portVersion/fluidsynth-$portVersion.tar.bz2" CHECKSUM_SHA256="d28b47dfbf7f8e426902ae7fa2981d821fbf84f41da9e1b85be933d2d748f601" PATCHES="fluidsynth-1.1.6.patchset" @@ -76,6 +76,10 @@ BUILD() INSTALL() { make install + + #remove libtool file + rm $libDir/*.la + prepareInstalledDevelLib libfluidsynth fixPkgconfig