Skip to content

Commit

Permalink
openjade: use C++98 instead of C++03
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored and reneeotten committed May 8, 2024
1 parent 78161ea commit cd1eb03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions textproc/openjade/Portfile
Expand Up @@ -52,8 +52,8 @@ if {[string match *clang* ${configure.cxx}] && ${configure.cxx_stdlib} ne ""} {
}

configure.env-append LIBS=-L${prefix}/lib
# Note: Cxx03 necessary due to OpenSP
configure.cxxflags-append "-isystem ${prefix}/include -fno-rtti -std=c++03"
# Note: Cxx98 necessary due to OpenSP
configure.cxxflags-append "-isystem ${prefix}/include -fno-rtti -std=c++98"
configure.ldflags-delete "-L${prefix}/lib"

post-configure {
Expand Down

0 comments on commit cd1eb03

Please sign in to comment.