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:           Sat Aug  3 10:43:02 UTC 2024

Modified Files:
        pkgsrc/devel/orc: Makefile

Log Message:
orc: be very careful about forcing C standard to "c99"

Most likely we still want extensions available...


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 pkgsrc/devel/orc/Makefile:1.29
--- pkgsrc/devel/orc/Makefile:1.28      Sat Jul 20 06:16:29 2024
+++ pkgsrc/devel/orc/Makefile   Sat Aug  3 10:43:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2024/07/20 06:16:29 adam Exp $
+# $NetBSD: Makefile,v 1.29 2024/08/03 10:43:01 nia Exp $
 
 DISTNAME=      orc-0.4.39
 CATEGORIES=    devel
@@ -21,7 +21,7 @@ MAKE_ENV+=    DYLD_LIBRARY_PATH=${WRKSRC}/o
 MESON_ARGS+=   -Dgtk_doc=disabled
 
 USE_CC_FEATURES+=      c99
-FORCE_C_STD=           c99
+FORCE_C_STD=           gnu99
 
 PYTHON_FOR_BUILD_ONLY= tool
 



Home | Main Index | Thread Index | Old Index