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:           Sat Jul  1 14:08:16 UTC 2023

Modified Files:
        pkgsrc/sysutils/pciutils: Makefile

Log Message:
pciutils: assumes compiler defaults to c99


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 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.53 pkgsrc/sysutils/pciutils/Makefile:1.54
--- pkgsrc/sysutils/pciutils/Makefile:1.53      Sun May  7 10:20:44 2023
+++ pkgsrc/sysutils/pciutils/Makefile   Sat Jul  1 14:08:16 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2023/05/07 10:20:44 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2023/07/01 14:08:16 nia Exp $
 
 DISTNAME=      pciutils-3.10.0
 CATEGORIES=    sysutils
@@ -24,6 +24,8 @@ MAKE_FLAGS+=          SHARED=yes
 
 INSTALL_TARGET=                install install-lib
 USE_TOOLS+=            gmake
+# "error: 'for' loop initial declarations are only allowed in C99 mode"
+USE_LANGUAGES=         c99
 REPLACE_SH=            *.sh
 
 PKGCONFIG_OVERRIDE=    lib/libpci.pc.in



Home | Main Index | Thread Index | Old Index