diff options
author | bapt <bapt@FreeBSD.org> | 2017-04-05 19:10:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-04-05 19:10:31 +0800 |
commit | 628744c39715da20c7144df0b40ec77ffed97d21 (patch) | |
tree | 93ad84ebb745c65b8a32b2e76017755e8b2dca1c /editors/textroom | |
parent | 8f9fe4249a510f5d0e6202b0bb8c7a7a6bf6251a (diff) | |
download | freebsd-ports-gnome-628744c39715da20c7144df0b40ec77ffed97d21.tar.gz freebsd-ports-gnome-628744c39715da20c7144df0b40ec77ffed97d21.tar.zst freebsd-ports-gnome-628744c39715da20c7144df0b40ec77ffed97d21.zip |
Fix build with recent sigc++20
Diffstat (limited to 'editors/textroom')
-rw-r--r-- | editors/textroom/Makefile | 3 |
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 \ |