pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/pciutils



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Aug  3 12:27:04 UTC 2023

Modified Files:
        pkgsrc/sysutils/pciutils: Makefile

Log Message:
pciutils: cannot use standard c99, uses symbol versions


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/sysutils/pciutils/Makefile

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

Modified files:

Index: pkgsrc/sysutils/pciutils/Makefile
diff -u pkgsrc/sysutils/pciutils/Makefile:1.55 pkgsrc/sysutils/pciutils/Makefile:1.56
--- pkgsrc/sysutils/pciutils/Makefile:1.55      Wed Aug  2 16:17:18 2023
+++ pkgsrc/sysutils/pciutils/Makefile   Thu Aug  3 12:27:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2023/08/02 16:17:18 nia Exp $
+# $NetBSD: Makefile,v 1.56 2023/08/03 12:27:04 nia Exp $
 
 DISTNAME=      pciutils-3.10.0
 CATEGORIES=    sysutils
@@ -29,7 +29,8 @@ REPLACE_SH=           *.sh
 PKGCONFIG_OVERRIDE=    lib/libpci.pc.in
 
 # "error: 'for' loop initial declarations are only allowed in C99 mode"
-FORCE_C_STD=           c99
+# cannot be standard c99, uses symbol versions
+FORCE_C_STD=           gnu99
 
 .include "../../sysutils/pciutils/libname.mk"
 



Home | Main Index | Thread Index | Old Index