Skip to content

Commit

Permalink
cad/horizon-eda: Fix build by adding USE_CXXSTD; Add USES=desktop-fil…
Browse files Browse the repository at this point in the history
…e-utils

Reported by:	fallout
  • Loading branch information
yurivict committed Jul 10, 2023
1 parent 45827bf commit 565a596
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cad/horizon-eda/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 565a596

Please sign in to comment.