diff options
author | bapt <bapt@FreeBSD.org> | 2017-04-03 06:03:57 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 21:30:57 +0800 |
commit | e354213a80a6a8677958d331c1be421fdec8522c (patch) | |
tree | 4a4993c979c9a8ccc9e995632ccd04d869ce3574 /x11-toolkits | |
parent | 14c50ecc1ddb7fac5c06881074db01cac0f610e3 (diff) | |
download | freebsd-ports-gnome-e354213a80a6a8677958d331c1be421fdec8522c.tar.gz freebsd-ports-gnome-e354213a80a6a8677958d331c1be421fdec8522c.tar.zst freebsd-ports-gnome-e354213a80a6a8677958d331c1be421fdec8522c.zip |
Fix build with new sigc++20
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkglextmm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gtkglextmm/Makefile b/x11-toolkits/gtkglextmm/Makefile index 127af570705e..a694ff813c92 100644 --- a/x11-toolkits/gtkglextmm/Makefile +++ b/x11-toolkits/gtkglextmm/Makefile @@ -13,7 +13,9 @@ COMMENT= C++ wrapper for GtkGLExt LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ libgtkmm-2.4.so:x11-toolkits/gtkmm24 -USES= pathfix pkgconfig gettext gmake tar:bzip2 libtool +USES= compiler:c++11-lang pathfix pkgconfig gettext gmake tar:bzip2 \ + libtool +USE_CXXSTD= c++11 GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gtk20 USE_LDCONFIG= yes |