1
0
forked from ports/contrib

gtkmm: fix compilation with -std=c++11

This commit is contained in:
Danny Rawlins 2015-11-17 12:54:22 +11:00
parent ccec4ace62
commit 50e819869e

View File

@ -12,6 +12,8 @@ source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$versio
build() {
cd $name-$version
CXXFLAGS+=' -std=c++11'
./configure \
--prefix=/usr \
--disable-dependency-tracking \