1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

sysutils/searchmonkey: Fix build with Clang 6

mainwindow.cpp:784:7: error: declaration of variable 'autoSettingsReset' with deduced type 'auto' requires an initializer
        auto autoSettingsReset asr(sui);  // dtor calls sui->reset()
             ^
mainwindow.cpp:784:24: error: expected ';' at end of declaration
        auto autoSettingsReset asr(sui);  // dtor calls sui->reset()
                              ^

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/searchmonkey-2.0.0_2.log
This commit is contained in:
Tobias Kortkamp 2018-08-25 15:31:48 +00:00
parent 162645a5b5
commit 3ded502b45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478051

View File

@ -14,6 +14,7 @@ COMMENT= Search using regexes for file names and text
LICENSE= GPLv3+
USES= qmake dos2unix qt:4 zip
USE_CXXSTD= c++98
DOS2UNIX_GLOB= *.cpp *.h
USE_QT= corelib gui moc_build rcc_build uic_build