Skip to content

Commit

Permalink
Obsession: enforce C++11 to fix build with gcc14
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Jan 4, 2025
1 parent a1d54f4 commit 0328c6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion www/Obsession/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ if {${os.arch} eq "arm"} {
sha256 56932965a3ef04ee3dbfbb2eeeea6db68acc93f4f3260d3a3a8d1f5081e4c377 \
size 21656604

depends_build port:qt4-mac
# https://github.com/tjohnman/Obsession/issues/54
pre-configure {
configure.args-append \
QMAKE_CXXFLAGS=-std=c++11
}
}

categories www hotline
Expand Down

0 comments on commit 0328c6a

Please sign in to comment.