Skip to content

Commit

Permalink
lttoolbox: set required C++14 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 5478c3f commit 31d8857
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions textproc/lttoolbox/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ version 3.5.0
set branch [join [lrange [split ${version} .] 0 1] .]
categories textproc
license GPL-2+
platforms darwin
maintainers nomaintainer

description toolbox for lexical processing, morphological analysis \
Expand All @@ -30,8 +29,11 @@ checksums rmd160 4cb9d266657a04cd29a685d236a0b0576c7f9728 \
sha256 cbfc6e38ba995d80114a250f9756bd28708e9b3510bde09fe7f91e0a83bbc623 \
size 483444

depends_build port:pkgconfig
depends_build path:bin/pkg-config:pkgconfig

depends_lib port:libxml2

# configure: error: Could not enable at least C++1y (C++14) - upgrade your compiler
compiler.cxx_standard 2014

livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}

0 comments on commit 31d8857

Please sign in to comment.