diff options
Diffstat (limited to 'graphics/wxsvg/Makefile')
-rw-r--r-- | graphics/wxsvg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index 92d8b161f0f1..4fc9c099a937 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -20,7 +20,8 @@ WX_UNICODE= yes WX_CONF_ARGS= absolute USE_GNOME= cairo GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBAV_CFLAGS="${LIBAV_CFLAGS}" LIBAV_LIBS="${LIBAV_LIBS}" +CONFIGURE_ENV= LIBAV_CFLAGS="${LIBAV_CFLAGS}" LIBAV_LIBS="${LIBAV_LIBS}" \ + CXXFLAGS="${CXXFLAGS} -std=c++11" MAKE_ENV= AM_CPPFLAGS="${LIBAV_CFLAGS}" USE_LDCONFIG= yes INSTALL_TARGET= install-strip |