Skip to content

Commit

Permalink
ipe-tools: set required C++ standard
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored and herbygillot committed Sep 23, 2024
1 parent 7975cdb commit 5478c3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion graphics/ipe-tools/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ post-patch {
}

set python.pkgd ${frameworks_dir}/Python.framework/Versions/3.12/lib/python3.12/site-packages
depends_build port:pkgconfig
depends_build path:bin/pkg-config:pkgconfig
depends_lib path:lib/pkgconfig/poppler.pc:poppler \
path:${python.pkgd}/PIL:py312-Pillow

# cc1plus: error: unrecognized command line option "-std=c++20"
compiler.cxx_standard 2020

use_configure no
use_parallel_build no

Expand Down

0 comments on commit 5478c3f

Please sign in to comment.