diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 22:03:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 22:03:57 +0000 |
commit | 3dbc356d9a7427706cba95f4687ec84e158fe72e (patch) | |
tree | 4a7fd18ac0a8d35fff18846259eda6a30e7d9045 /x11-toolkits/gtkglextmm | |
parent | cac69089fec8c8c74d7e2682afb7b1cafb5670fa (diff) |
Fix build with new sigc++20
Notes
Notes:
svn path=/head/; revision=437579
Diffstat (limited to 'x11-toolkits/gtkglextmm')
-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 |