pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/box2d



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar  5 14:56:36 UTC 2023

Modified Files:
        pkgsrc/graphics/box2d: Makefile

Log Message:
box2d: disable building unit test

Broken on at least Fedora 37 by:
unit-test/doctest.h:4021:47: error: size of array 'altStackMem' is not
  an integral constant-expression


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/box2d/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/box2d/Makefile
diff -u pkgsrc/graphics/box2d/Makefile:1.2 pkgsrc/graphics/box2d/Makefile:1.3
--- pkgsrc/graphics/box2d/Makefile:1.2  Tue Jan 24 18:36:25 2023
+++ pkgsrc/graphics/box2d/Makefile      Sun Mar  5 14:56:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/01/24 18:36:25 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/03/05 14:56:36 tnn Exp $
 
 GITHUB_PROJECT=        box2d
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -13,6 +13,7 @@ LICENSE=      mit
 
 USE_LANGUAGES= c c++
 
+CMAKE_ARGS+=   -DBOX2D_BUILD_UNIT_TESTS=OFF
 CMAKE_ARGS+=   -DBOX2D_BUILD_TESTBED=OFF
 CMAKE_ARGS+=   -DBUILD_SHARED_LIBS=ON
 



Home | Main Index | Thread Index | Old Index