You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
gtksourceviewmm2: require C++11
This commit is contained in:
committed by
Perry E. Metzger
parent
a3affb847e
commit
b3bf291f6f
@@ -15,9 +15,8 @@ long_description \
|
||||
|
||||
maintainers {devans @dbevans} openmaintainer
|
||||
categories gnome
|
||||
platforms darwin
|
||||
|
||||
homepage http://projects.gnome.org/gtksourceviewmm/
|
||||
homepage https://projects.gnome.org/gtksourceviewmm
|
||||
master_sites gnome:sources/${gname}/${branch}/
|
||||
|
||||
distname ${gname}-${version}
|
||||
@@ -34,6 +33,12 @@ depends_build port:pkgconfig
|
||||
depends_lib port:gtkmm \
|
||||
port:gtksourceview2
|
||||
|
||||
compiler.cxx_standard \
|
||||
2011
|
||||
# Clang fails to build it without an explicit flag:
|
||||
configure.cxxflags-append \
|
||||
-std=c++11
|
||||
|
||||
livecheck.type gnome
|
||||
livecheck.name ${gname}
|
||||
livecheck.regex "LATEST-IS-(${port_ver_major}\\.\\d*\[02468\](?:\\.\\d+)*)"
|
||||
|
||||
Reference in New Issue
Block a user