From dc8bc08d21816edd6bec41a172d72248f4d51856 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 10 Apr 2023 11:38:35 +0200 Subject: [PATCH] agg, disable static library (#8324) --- x11-libs/agg/agg-2.5.recipe | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-libs/agg/agg-2.5.recipe b/x11-libs/agg/agg-2.5.recipe index c9f022b40..f45966a74 100644 --- a/x11-libs/agg/agg-2.5.recipe +++ b/x11-libs/agg/agg-2.5.recipe @@ -4,7 +4,7 @@ graphic library, written in industrially standard C++." HOMEPAGE="https://en.wikipedia.org/wiki/Anti-Grain_Geometry" COPYRIGHT="2002-2006 Maxim Shemanarev" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://sourceforge.net/projects/cross-stuff/files/OldFiles/agg-2.5.tar.gz" CHECKSUM_SHA256="ab1edc54cc32ba51a62ff120d501eecd55fceeedf869b9354e7e13812289911f" PATCHES="agg-2.5.patchset" @@ -90,7 +90,8 @@ BUILD() --enable-ctrl \ --enable-gpc \ --enable-platform \ - --disable-examples + --disable-examples \ + --disable-static make $jobArgs } @@ -111,6 +112,7 @@ INSTALL() packageEntries devel \ $developDir \ $dataRootDir/aclocal + packageEntries sdl \ $libDir/libaggplatformsdl* }