pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/isic



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Sep 13 08:38:29 UTC 2026

Modified Files:
        pkgsrc/net/isic: Makefile

Log Message:
isic: fix build with newer gcc

Add -Wno-implicit-int to CFLAGS.

Fixes PR pkg/60156.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/isic/Makefile

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

Modified files:

Index: pkgsrc/net/isic/Makefile
diff -u pkgsrc/net/isic/Makefile:1.23 pkgsrc/net/isic/Makefile:1.24
--- pkgsrc/net/isic/Makefile:1.23       Mon Nov 17 11:01:13 2025
+++ pkgsrc/net/isic/Makefile    Sun Sep 13 08:38:29 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/11/17 11:01:13 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2026/09/13 08:38:29 bsiegert Exp $
 #
 
 DISTNAME=      isic-0.07
@@ -20,6 +20,9 @@ INSTALLATION_DIRS+=   share/doc
 # XXX: it is still required.
 BUILDLINK_TRANSFORM.NetBSD+=   rm:-O[0-9]*
 
+# Fix for newer gcc
+CFLAGS+=       -Wno-implicit-int
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/isic.README
 



Home | Main Index | Thread Index | Old Index