pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/mojoshader



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  7 09:59:51 UTC 2024

Modified Files:
        pkgsrc/graphics/mojoshader: Makefile

Log Message:
mojoshader: gnu99 for alloca


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/mojoshader/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/mojoshader/Makefile
diff -u pkgsrc/graphics/mojoshader/Makefile:1.12 pkgsrc/graphics/mojoshader/Makefile:1.13
--- pkgsrc/graphics/mojoshader/Makefile:1.12    Sat Apr  6 08:05:51 2024
+++ pkgsrc/graphics/mojoshader/Makefile Sun Jul  7 09:59:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/04/06 08:05:51 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/07/07 09:59:51 nia Exp $
 
 DISTNAME=      mojoshader-0.0.20220415
 PKGREVISION=   5
@@ -21,7 +21,7 @@ CMAKE_ARGS=   -DBUILD_SHARED_LIBS=ON \
                -DPROFILE_METAL=OFF
 
 # error: 'for' loop initial declarations are only allowed in C99 mode
-FORCE_C_STD=   c99
+FORCE_C_STD=   gnu99
 
 INSTALLATION_DIRS=     lib include
 



Home | Main Index | Thread Index | Old Index