From 7f1d96cd60f9d6890fed200ce82d88f32007f39a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 28 Apr 2024 15:26:47 +0200 Subject: FreeBSD: Update for final R14.1.2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Forced C++14 for cases where distribution ports are not ready for C++17. Add ports for several applications. Switch several ports to CMake. Signed-off-by: Slávek Banko --- freebsd/applications/misc/bibletime/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'freebsd/applications/misc/bibletime/Makefile') diff --git a/freebsd/applications/misc/bibletime/Makefile b/freebsd/applications/misc/bibletime/Makefile index 2e348d026..d934b03ed 100644 --- a/freebsd/applications/misc/bibletime/Makefile +++ b/freebsd/applications/misc/bibletime/Makefile @@ -33,7 +33,9 @@ post-patch: tde-pathfix do-configure: tde-cmake-prepare ${TDE_CMAKE_CONFIGURE} \ -DBUILD_ALL="ON" \ - -DWITH_ALL_OPTIONS="ON" + -DWITH_ALL_OPTIONS="ON" \ + \ + -DCMAKE_CXX_STANDARD=14 do-build: tde-cmake-build -- cgit v1.2.1