From daf06e154b44572f67d43c3d38169e5f9a9cef29 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 25 Dec 2022 08:53:19 +0100 Subject: [PATCH] libimagequant, remove static library (#7635) --- media-gfx/libimagequant/libimagequant-2.13.1.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-gfx/libimagequant/libimagequant-2.13.1.recipe b/media-gfx/libimagequant/libimagequant-2.13.1.recipe index 86bed616f..61dc85448 100644 --- a/media-gfx/libimagequant/libimagequant-2.13.1.recipe +++ b/media-gfx/libimagequant/libimagequant-2.13.1.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2009-2018 by Kornel LesiƄski 1989-1991 by Jef Poskanzer" LICENSE="MIT GNU GPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/ImageOptim/libimagequant/archive/$portVersion.tar.gz" CHECKSUM_SHA256="1f46deec3fa280335cf7f0be3ede6006bb420ba8159a03d1f6938e8d283d03ae" SOURCE_FILENAME="libimagequant-$portVersion.tar.gz" @@ -52,6 +52,9 @@ INSTALL() { make install + # remove static library + rm $libDir/libimagequant.a + prepareInstalledDevelLib \ libimagequant fixPkgconfig