pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/nas



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr  8 12:35:58 UTC 2026

Modified Files:
        pkgsrc/audio/nas: Makefile

Log Message:
nas: fix build on -current


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/audio/nas/Makefile

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

Modified files:

Index: pkgsrc/audio/nas/Makefile
diff -u pkgsrc/audio/nas/Makefile:1.106 pkgsrc/audio/nas/Makefile:1.107
--- pkgsrc/audio/nas/Makefile:1.106     Mon Nov 17 11:00:21 2025
+++ pkgsrc/audio/nas/Makefile   Wed Apr  8 12:35:58 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2025/11/17 11:00:21 wiz Exp $
+# $NetBSD: Makefile,v 1.107 2026/04/08 12:35:58 wiz Exp $
 
 DISTNAME=      nas-1.9.4.src
 PKGNAME=       ${DISTNAME:S/.src//}
@@ -23,6 +23,9 @@ MAKE_FLAGS+=          CDEBUGFLAGS=${CFLAGS:Q}
 MAKE_FLAGS+=           EXTRA_LDOPTIONS=${LDFLAGS:Q}
 MAKE_FLAGS+=           SHLIBGLOBALSFLAGS=${LDFLAGS:Q}
 
+CFLAGS+=               -Wno-implicit-function-declaration
+CFLAGS+=               -Wno-implicit-int
+
 PKG_SYSCONFSUBDIR=     nas
 
 SUBST_CLASSES+=                sysconf



Home | Main Index | Thread Index | Old Index