pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/openmw



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 19 11:35:44 UTC 2025

Modified Files:
        pkgsrc/games/openmw: Makefile

Log Message:
openmw: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/games/openmw/Makefile

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

Modified files:

Index: pkgsrc/games/openmw/Makefile
diff -u pkgsrc/games/openmw/Makefile:1.106 pkgsrc/games/openmw/Makefile:1.107
--- pkgsrc/games/openmw/Makefile:1.106  Sun Aug 10 10:38:52 2025
+++ pkgsrc/games/openmw/Makefile        Tue Aug 19 11:35:44 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2025/08/10 10:38:52 wiz Exp $
+# $NetBSD: Makefile,v 1.107 2025/08/19 11:35:44 wiz Exp $
 
 DISTNAME=      openmw-openmw-0.47.0
 PKGNAME=       ${DISTNAME:S/^openmw-//1}
@@ -28,6 +28,7 @@ CMAKE_CONFIGURE_ARGS+=        -DGLOBAL_CONFIG_D
 # System bullet is unacceptable due to OpenMW requiring
 # double-precision bullet.
 CMAKE_CONFIGURE_ARGS+= -DOPENMW_USE_SYSTEM_BULLET=OFF
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 EGDIR=         ${PREFIX}/share/examples/openmw
 



Home | Main Index | Thread Index | Old Index