pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/cyrus-sasl
Module Name: pkgsrc
Committed By: nia
Date: Sun Jun 14 19:25:36 UTC 2026
Modified Files:
pkgsrc/security/cyrus-sasl: Makefile
Log Message:
cyrus-sasl: Fails with C23 default language.
Uses "old-style function definitions".
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/security/cyrus-sasl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/cyrus-sasl/Makefile
diff -u pkgsrc/security/cyrus-sasl/Makefile:1.82 pkgsrc/security/cyrus-sasl/Makefile:1.83
--- pkgsrc/security/cyrus-sasl/Makefile:1.82 Sun Jun 1 22:05:00 2025
+++ pkgsrc/security/cyrus-sasl/Makefile Sun Jun 14 19:25:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2025/06/01 22:05:00 thor Exp $
+# $NetBSD: Makefile,v 1.83 2026/06/14 19:25:35 nia Exp $
COMMENT= Simple Authentication and Security Layer
PKGREVISION= 2
@@ -7,6 +7,9 @@ PKGREVISION= 2
CPPFLAGS+= -DPIC -fPIC
+# Uses "old-style function definitions".
+FORCE_C_STD= gnu89
+
.include "options.mk"
BUILD_DEFS+= VARBASE
Home |
Main Index |
Thread Index |
Old Index