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
This commit is contained in:
parent
5b32804558
commit
555c187413
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478183
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user