diff options
author | bapt <bapt@FreeBSD.org> | 2017-04-03 18:01:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-04-03 18:01:05 +0800 |
commit | ea64636678d907e481554b8663ac2c75204a65ad (patch) | |
tree | cb0a65e671e054adc0e6abc0a0218b8325832626 /x11/libgnomemm26 | |
parent | e98e45f9ace3b642ea12949c4f434812c89f9335 (diff) | |
download | freebsd-ports-gnome-ea64636678d907e481554b8663ac2c75204a65ad.tar.gz freebsd-ports-gnome-ea64636678d907e481554b8663ac2c75204a65ad.tar.zst freebsd-ports-gnome-ea64636678d907e481554b8663ac2c75204a65ad.zip |
Fix build with new sigc++20
Diffstat (limited to 'x11/libgnomemm26')
-rw-r--r-- | x11/libgnomemm26/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libgnomemm26/Makefile b/x11/libgnomemm26/Makefile index 5a5a6a5c5de8..ff73c0588a23 100644 --- a/x11/libgnomemm26/Makefile +++ b/x11/libgnomemm26/Makefile @@ -15,7 +15,9 @@ COMMENT= C++ wrapper for libgnome library LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 BUILD_DEPENDS= gm4:devel/m4 -USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang gmake libtool:keepla pathfix pkgconfig \ + tar:bzip2 +USE_CXXSTD= c++11 USE_XORG= xext USE_GNOME= libgnome GNU_CONFIGURE= yes |