Skip to content

Commit

Permalink
libstaroffice: needs C++11
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Jul 16, 2024
1 parent 7ccade9 commit 90e59e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions devel/libstaroffice/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ github.tarball_from releases
use_xz yes

categories devel textproc
platforms darwin
license MPL-2
maintainers {gmail.com:audvare @Tatsh} openmaintainer

Expand All @@ -19,11 +18,14 @@ checksums rmd160 96d41ee09185a39d1dbd5c418705603424e6f66f \
sha256 f94fb0ad8216f97127bedef163a45886b43c62deac5e5b0f5e628e234220c8db \
size 707920

depends_build port:pkgconfig
depends_build port:bin/pkg-config:pkgconfig
depends_lib port:librevenge \
port:zlib

configure.args --disable-debug \
--without-docs \
--disable-tools \
--enable-zip

# configure: error: *** A compiler with support for C++11 language features is required.
compiler.cxx_standard 2011

0 comments on commit 90e59e0

Please sign in to comment.