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:           Mon Jul 10 07:39:13 UTC 2023

Modified Files:
        pkgsrc/graphics/mojoshader: Makefile

Log Message:
mojoshader: Assumes compiler defaults to c99.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/graphics/mojoshader/Makefile:1.9
--- pkgsrc/graphics/mojoshader/Makefile:1.8     Sat May  6 19:09:34 2023
+++ pkgsrc/graphics/mojoshader/Makefile Mon Jul 10 07:39:13 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/05/06 19:09:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2023/07/10 07:39:13 nia Exp $
 
 DISTNAME=      mojoshader-0.0.20220415
 PKGREVISION=   3
@@ -11,7 +11,8 @@ HOMEPAGE=     https://www.icculus.org/mojosh
 COMMENT=       Library to move calls to Direct3D shaders to OpenGL
 LICENSE=       zlib
 
-USE_LANGUAGES+=        c c++
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES+=        c99 c++
 
 USE_CMAKE=     yes
 



Home | Main Index | Thread Index | Old Index