git: 1de6537f64f1 - 2023Q3 - cad/horizon-eda: Fix build by adding USE_CXXSTD; Add USES=desktop-file-utils
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jul 2023 04:17:23 UTC
The branch 2023Q3 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1de6537f64f1a55dcdf899a3958a52b2c9ad6554
commit 1de6537f64f1a55dcdf899a3958a52b2c9ad6554
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-10 04:15:57 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-10 04:17:18 +0000
cad/horizon-eda: Fix build by adding USE_CXXSTD; Add USES=desktop-file-utils
Reported by: fallout
(cherry picked from commit 565a596c7e2854497d8f97d74e05ba866e3c81d0)
---
cad/horizon-eda/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cad/horizon-eda/Makefile b/cad/horizon-eda/Makefile
index a3770548247a..88683f1a30d7 100644
--- a/cad/horizon-eda/Makefile
+++ b/cad/horizon-eda/Makefile
@@ -24,8 +24,9 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libzip.so:archivers/libzip \
libzmq.so:net/libzmq4
-USES= gmake gnome libarchive localbase pkgconfig python:build sqlite # compiler:c++17-lang
+USES= desktop-file-utils gmake gnome libarchive localbase pkgconfig python:build sqlite # compiler:c++17-lang
USE_GNOME= atkmm gdkpixbuf2 gtkmm30 librsvg2
+USE_CXXSTD= c++14 # fix build failure on 14 due to the use of deprecated std::binary_function C++ feature, see https://github.com/horizon-eda/horizon/issues/727
USE_GITHUB= yes
GH_PROJECT= horizon