pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/taisei



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 11 08:24:34 UTC 2025

Modified Files:
        pkgsrc/games/taisei: Makefile

Log Message:
taisei: mark as not for NetBSD 0-9

Needs sincos(), added in NetBSD 10.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/games/taisei/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/taisei/Makefile
diff -u pkgsrc/games/taisei/Makefile:1.40 pkgsrc/games/taisei/Makefile:1.41
--- pkgsrc/games/taisei/Makefile:1.40   Mon Dec 16 08:25:29 2024
+++ pkgsrc/games/taisei/Makefile        Tue Feb 11 08:24:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2024/12/16 08:25:29 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2025/02/11 08:24:34 wiz Exp $
 
 DISTNAME=      taisei-1.4.2
 CATEGORIES=    games
@@ -36,6 +36,9 @@ BUILDLINK_TRANSFORM+= rm:-Werror=implici
 
 PYTHON_FOR_BUILD_ONLY=         tool
 
+# needs sincos(), added in NetBSD 10
+NOT_FOR_PLATFORM+=     NetBSD-[0-9]*.*-*
+
 .include "../../devel/meson/build.mk"
 .include "../../archivers/libzip/buildlink3.mk"
 .include "../../archivers/zstd/buildlink3.mk"



Home | Main Index | Thread Index | Old Index