From 33e11f867d6a2d05c8e34b11a2e0cfe0d4366a32 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 21 Mar 2023 17:11:50 +0100 Subject: [PATCH] box2d23, disable static library (#8039) --- dev-games/box2d/box2d23-2.3.1.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-games/box2d/box2d23-2.3.1.recipe b/dev-games/box2d/box2d23-2.3.1.recipe index fc7e730f6..c3aeeefa9 100644 --- a/dev-games/box2d/box2d23-2.3.1.recipe +++ b/dev-games/box2d/box2d23-2.3.1.recipe @@ -5,7 +5,7 @@ winner of the 2008 Independant Game Festival Grand Prize" HOMEPAGE="http://www.box2d.org" COPYRIGHT="2007-2015 Erin Catto" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/erincatto/Box2D/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="58ffc8475a8650aadc351345aef696937747b40501ab78d72c197c5ff5b3035c" SOURCE_DIR="box2d-$portVersion" @@ -40,7 +40,7 @@ BUILD() -DCMAKE_INSTALL_PREFIX=$prefix \ -DBOX2D_INSTALL_DOC=ON \ -DBOX2D_BUILD_SHARED=ON \ - -DBOX2D_BUILD_STATIC=ON \ + -DBOX2D_BUILD_STATIC=OFF \ -DBOX2D_BUILD_EXAMPLES=OFF \ -DBOX2D_INCLUDE_DIR=$includeDir \ -DLIB_INSTALL_DIR=$libDir \