pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/rapidsvn



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  9 22:41:47 UTC 2025

Modified Files:
        pkgsrc/devel/rapidsvn: Makefile

Log Message:
rapidsvn: force to C++11

Defaults to c++17 in some environments (like NetBSD current) but doesn't
build that way.


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/devel/rapidsvn/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/rapidsvn/Makefile
diff -u pkgsrc/devel/rapidsvn/Makefile:1.140 pkgsrc/devel/rapidsvn/Makefile:1.141
--- pkgsrc/devel/rapidsvn/Makefile:1.140        Thu Oct 23 20:36:37 2025
+++ pkgsrc/devel/rapidsvn/Makefile      Sun Nov  9 22:41:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.140 2025/10/23 20:36:37 wiz Exp $
+# $NetBSD: Makefile,v 1.141 2025/11/09 22:41:47 wiz Exp $
 
 DISTNAME=              rapidsvn-0.12.1
 PKGREVISION=           72
@@ -15,6 +15,9 @@ USE_LANGUAGES=                c c++
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         YES
 
+# defaults to c++17 in some environments, but doesn't compile with that
+FORCE_CXX_STD=         c++11
+
 CONFIGURE_ARGS+=       --with-svn-include=${BUILDLINK_DIR}/include
 CONFIGURE_ARGS+=       --with-svn-lib=${BUILDLINK_DIR}/lib
 CONFIGURE_ARGS+=       --with-doxygen=no



Home | Main Index | Thread Index | Old Index