From e27857f3370874089a4d26f1a1cf1ef61d04528f Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 1 Apr 2023 11:11:07 +0200 Subject: [PATCH] flam3, disable static library (#8217) --- media-gfx/flam3/flam3-3.1.1.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-gfx/flam3/flam3-3.1.1.recipe b/media-gfx/flam3/flam3-3.1.1.recipe index 216121aea..5a438fd7d 100644 --- a/media-gfx/flam3/flam3-3.1.1.recipe +++ b/media-gfx/flam3/flam3-3.1.1.recipe @@ -8,7 +8,7 @@ code of sorts." HOMEPAGE="https://flam3.com/" COPYRIGHT="1992-2015 Scott Draves, Erik Reckase" LICENSE="GNU GPL v3" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/scottdraves/flam3/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="afcd4af13897740e34f6ae1f3061bbfbda9c1dd5df3ecc9f57141c985d35d19d" if [ "$effectiveTargetArchitecture" = x86_gcc2 ];then @@ -63,7 +63,8 @@ BUILD_PREREQUIRES=" BUILD() { autoreconf -vfi - runConfigure ./configure --enable-shared + runConfigure ./configure --enable-shared \ + --disable-static make $jobArgs }