pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/protobuf



Module Name:    pkgsrc
Committed By:   bacon
Date:           Sun Nov 19 13:21:42 UTC 2023

Modified Files:
        pkgsrc/devel/protobuf: Makefile

Log Message:
devel/protobuf: Unbreak build on Darwin

FORCE_CXX_STD=c++14


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/protobuf/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/protobuf/Makefile
diff -u pkgsrc/devel/protobuf/Makefile:1.70 pkgsrc/devel/protobuf/Makefile:1.71
--- pkgsrc/devel/protobuf/Makefile:1.70 Thu Nov 16 06:15:46 2023
+++ pkgsrc/devel/protobuf/Makefile      Sun Nov 19 13:21:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2023/11/16 06:15:46 adam Exp $
+# $NetBSD: Makefile,v 1.71 2023/11/19 13:21:41 bacon Exp $
 #
 # When updating this, please also update devel/py-protobuf
 #
@@ -21,6 +21,9 @@ LICENSE=      modified-bsd
 USE_CXX_FEATURES=      c++14
 USE_LANGUAGES=         c c++
 
+# Fails with C++14 default language
+FORCE_CXX_STD=         c++14
+
 CMAKE_ARGS+=           -Dprotobuf_ABSL_PROVIDER=package
 CMAKE_ARGS+=           -Dprotobuf_BUILD_SHARED_LIBS=ON
 # requires googletest to be checked out in third_party/googletest



Home | Main Index | Thread Index | Old Index