aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2018-08-27 16:58:38 +0800
committertobik <tobik@FreeBSD.org>2018-08-27 16:58:38 +0800
commit133c31f5dda40ef51877c2dba2f3184518eaf902 (patch)
tree1e4e5c1bf700ac488cfbad2fdcf9aa55aa00ba42 /deskutils
parent87b7d0dfa3bab8de46d62355d7e87d793d7c6e65 (diff)
downloadfreebsd-ports-gnome-133c31f5dda40ef51877c2dba2f3184518eaf902.tar.gz
freebsd-ports-gnome-133c31f5dda40ef51877c2dba2f3184518eaf902.tar.zst
freebsd-ports-gnome-133c31f5dda40ef51877c2dba2f3184518eaf902.zip
deskutils/fet: Fix build on 11.1
In file included from engine/timetableexport.cpp:46: engine/timetable_defs.h:38:20: error: unknown type name 'constexpr' template <class T> constexpr std::add_const_t<T>& qAsConst(T& t) noexcept ^ http://beefy10.nyi.freebsd.org/data/111i386-default/478099/logs/fet-5.37.1.log PR: 230523 Approved by: maintainer
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/fet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/fet/Makefile b/deskutils/fet/Makefile
index 239ea170e804..90699e68dff3 100644
--- a/deskutils/fet/Makefile
+++ b/deskutils/fet/Makefile
@@ -15,7 +15,8 @@ COMMENT= Free timetabling software
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= qmake tar:bzip2
+USES= compiler:c++14-lang qmake tar:bzip2
+USE_CXXSTD= c++14
PORTEXAMPLES= *
@@ -38,7 +39,6 @@ QT4_USES= qt:4
QT4_USE= QT=corelib,moc_build,rcc_build,uic_build,xml
QT5_USES= qt:5
QT5_USE= QT=buildtools_build,core,printsupport,widgets,xml GL=gl
-USES+= compiler:c++14-lang
INSTALL_TARGET= ${WRKSRC}/fet-cl
ONLYCL_VARS= QMAKE_SOURCE_PATH=${WRKSRC}/src/src-cl.pro