summaryrefslogtreecommitdiff
path: root/editors/textroom
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-05 11:10:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-05 11:10:31 +0000
commit001cf896cd5ad867eb9288d66fc958dccaf2577f (patch)
tree93ad84ebb745c65b8a32b2e76017755e8b2dca1c /editors/textroom
parentMark as broken: does not build with recent sigc++20 and not C++11 compatible (diff)
Fix build with recent sigc++20
Notes
Notes: svn path=/head/; revision=437774
Diffstat (limited to 'editors/textroom')
-rw-r--r--editors/textroom/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/textroom/Makefile b/editors/textroom/Makefile
index 105b13045e23..28d6354ca46e 100644
--- a/editors/textroom/Makefile
+++ b/editors/textroom/Makefile
@@ -16,7 +16,8 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libhunspell-1.6.so:textproc/hunspell \
libxml++-2.6.so:textproc/libxml++26
-USES= desktop-file-utils pkgconfig qmake
+USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake
+USE_CXXSTD= c++11
USE_GL= gl
USE_SDL= mixer
USE_QT4= moc_build rcc_build uic_build \