Skip to content

Commit

Permalink
vips: set required C++11 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed May 22, 2024
1 parent 387eefb commit eb1f76a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions graphics/vips/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@ depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:webp \
port:zlib

# meson.build: ERROR: C++ Compiler does not support -std=c++11
compiler.cxx_standard 2011

configure.post_args-append \
-Dintrospection=enabled

0 comments on commit eb1f76a

Please sign in to comment.