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 }