aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-05 11:28:15 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-05 11:28:15 +0000
commit53063dd58908606eeda2d61456059f782c7ad8a3 (patch)
treedbd48dfcbff76bdc3b140f79a0c68ceca5d9597e /graphics
parent96ecb23693dcef90973a6212888068edc539cb6b (diff)
downloadports-53063dd58908606eeda2d61456059f782c7ad8a3.tar.gz
ports-53063dd58908606eeda2d61456059f782c7ad8a3.zip
Fix build with recent libsigc++20
Notes
Notes: svn path=/head/; revision=437776
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sharpconstruct/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sharpconstruct/Makefile b/graphics/sharpconstruct/Makefile
index 381c54a34726..472b8668a377 100644
--- a/graphics/sharpconstruct/Makefile
+++ b/graphics/sharpconstruct/Makefile
@@ -19,7 +19,8 @@ LIB_DEPENDS= libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm \
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= uses SSE instructions
-USES= tar:bzip2 gmake pkgconfig
+USES= compiler:c++11-lang tar:bzip2 gmake pkgconfig
+USE_CXXSTD= c++11
GNU_CONFIGURE= yes
USE_GL= yes