pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/fastdep



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Dec 17 23:12:00 UTC 2025

Modified Files:
        pkgsrc/devel/fastdep: Makefile

Log Message:
fastdep: Fix build with GCC 12.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/fastdep/Makefile

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

Modified files:

Index: pkgsrc/devel/fastdep/Makefile
diff -u pkgsrc/devel/fastdep/Makefile:1.17 pkgsrc/devel/fastdep/Makefile:1.18
--- pkgsrc/devel/fastdep/Makefile:1.17  Thu Dec 11 09:22:37 2025
+++ pkgsrc/devel/fastdep/Makefile       Wed Dec 17 23:12:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2025/12/11 09:22:37 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/12/17 23:12:00 nia Exp $
 
 DISTNAME=      fastdep-0.16
 PKGREVISION=   1
@@ -13,6 +13,8 @@ GNU_CONFIGURE=        YES
 USE_LANGUAGES= c c++
 USE_TOOLS+=    gmake
 
+FORCE_CXX_STD= gnu++98
+
 INSTALLATION_DIRS=     bin
 
 post-extract:



Home | Main Index | Thread Index | Old Index