pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/xorp



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Dec 20 20:53:10 UTC 2025

Modified Files:
        pkgsrc/net/xorp: Makefile

Log Message:
xorp: Fix build with GCC 12 and newer.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/xorp/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/xorp/Makefile
diff -u pkgsrc/net/xorp/Makefile:1.37 pkgsrc/net/xorp/Makefile:1.38
--- pkgsrc/net/xorp/Makefile:1.37       Tue Oct 24 22:10:38 2023
+++ pkgsrc/net/xorp/Makefile    Sat Dec 20 20:53:09 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2023/10/24 22:10:38 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2025/12/20 20:53:09 nia Exp $
 #
 
 DISTNAME=              xorp-1.6
@@ -15,6 +15,8 @@ USE_LANGUAGES=                c c++
 USE_TOOLS+=            gmake flex
 CONFIGURE_ARGS+=       --with-openssl=${BUILDLINK_PREFIX.openssl:Q}
 
+FORCE_CXX_STD=         gnu++98
+
 # The xorp people insist on their own PREFIX.
 # See http://www.xorp.org/bugzilla/show_bug.cgi?id=91
 #



Home | Main Index | Thread Index | Old Index