On Wed, Dec 31, 2014 at 5:22 PM, John Ralls <[email protected]> wrote: > > > It turns out that it’s the autogenargs: > autogenargs="--with-target=quartz --disable-video > --with-font-backend=pango --with-gtk=2.0 --disable-geolocation > --disable-webkit2 CXXFLAGS='-Wno-c++11-extensions' CFLAGS='-std=c99’" > eats the CXXFLAGS and CFLAGS set in .jhbuildrc. It needs to be > autogenargs='--with-target=quartz --disable-video > --with-font-backend=pango --with-gtk=2.0 --disable-geolocation > --disable-webkit2 CXXFLAGS="$CXXFLAGS -Wno-c++11-extensions" > CFLAGS="$CFLAGS -std=c99”' > > (Note that the quotes are flipped because single quotes prevents the shell > from expanding the variables.) >
Thanks, I've updated the pull request. Regards, -- Philip
_______________________________________________ Gtk-osx-devel-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-osx-devel-list
