pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/orc



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Feb 21 11:12:01 UTC 2024

Modified Files:
        pkgsrc/devel/orc: Makefile

Log Message:
orc: Fix building with compilers that default to c89


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/orc/Makefile

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

Modified files:

Index: pkgsrc/devel/orc/Makefile
diff -u pkgsrc/devel/orc/Makefile:1.25 pkgsrc/devel/orc/Makefile:1.26
--- pkgsrc/devel/orc/Makefile:1.25      Fri Feb  9 14:39:44 2024
+++ pkgsrc/devel/orc/Makefile   Wed Feb 21 11:12:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2024/02/09 14:39:44 adam Exp $
+# $NetBSD: Makefile,v 1.26 2024/02/21 11:12:01 nia Exp $
 
 DISTNAME=      orc-0.4.37
 CATEGORIES=    devel
@@ -20,6 +20,9 @@ MAKE_ENV+=    DYLD_LIBRARY_PATH=${WRKSRC}/o
 
 MESON_ARGS+=   -Dgtk_doc=disabled
 
+USE_CC_FEATURES+=      c99
+FORCE_C_STD=           c99
+
 PYTHON_FOR_BUILD_ONLY= tool
 
 .include "../../devel/meson/build.mk"



Home | Main Index | Thread Index | Old Index