pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/pt2-clone



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Aug  6 09:49:27 UTC 2023

Modified Files:
        pkgsrc/audio/pt2-clone: Makefile

Log Message:
pt2-clone: gnu99 needed on certain platforms


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/pt2-clone/Makefile

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

Modified files:

Index: pkgsrc/audio/pt2-clone/Makefile
diff -u pkgsrc/audio/pt2-clone/Makefile:1.19 pkgsrc/audio/pt2-clone/Makefile:1.20
--- pkgsrc/audio/pt2-clone/Makefile:1.19        Wed Aug  2 16:17:15 2023
+++ pkgsrc/audio/pt2-clone/Makefile     Sun Aug  6 09:49:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2023/08/02 16:17:15 nia Exp $
+# $NetBSD: Makefile,v 1.20 2023/08/06 09:49:27 nia Exp $
 
 DISTNAME=      pt2-clone-1.49
 PKGREVISION=   3
@@ -17,7 +17,8 @@ USE_CMAKE=    yes
 USE_LANGUAGES= c c++
 
 # error: 'for' loop initial declarations are only allowed in C99 mode
-FORCE_C_STD=   c99
+# gnu99 needed to get PATH_MAX definition on certain platforms
+FORCE_C_STD=   gnu99
 
 INSTALLATION_DIRS+=    share/applications
 INSTALLATION_DIRS+=    share/doc/${PKGBASE}



Home | Main Index | Thread Index | Old Index