pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libmcrypt



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jun 14 19:15:13 UTC 2026

Modified Files:
        pkgsrc/security/libmcrypt: Makefile

Log Message:
libmcrypt: Fails with C23 default language.

Uses "old-style function definitions" everywhere.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/libmcrypt/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/libmcrypt/Makefile
diff -u pkgsrc/security/libmcrypt/Makefile:1.25 pkgsrc/security/libmcrypt/Makefile:1.26
--- pkgsrc/security/libmcrypt/Makefile:1.25     Mon Nov 17 11:01:22 2025
+++ pkgsrc/security/libmcrypt/Makefile  Sun Jun 14 19:15:13 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2025/11/17 11:01:22 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2026/06/14 19:15:13 nia Exp $
 
 DISTNAME=      libmcrypt-2.5.8
 CATEGORIES=    security devel
@@ -13,6 +13,9 @@ USE_LANGUAGES=                c c++
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 
+# Uses "old-style function definitions" everywhere.
+FORCE_C_STD=           gnu89
+
 INSTALLATION_DIRS=     include/mutils
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index