From f801af2e451eccc3a0c944fa81e1291c1c4822f8 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Tue, 4 Sep 2018 14:10:25 +0000 Subject: net-im/vacuum-im: Fix build with Clang 6 src/plugins/filemessagearchive/filemessagearchive.cpp:514:24: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] QFile log(dirPath+"/"LOG_FILE_NAME); ^ ... and many more like these later http://beefy11.nyi.freebsd.org/data/head-i386-default/p478648_s338416/logs/errors/vacuum-im-1.2.5.log --- net-im/vacuum-im/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net-im') diff --git a/net-im/vacuum-im/Makefile b/net-im/vacuum-im/Makefile index 6c7e78f36c16..e72b78352727 100644 --- a/net-im/vacuum-im/Makefile +++ b/net-im/vacuum-im/Makefile @@ -17,6 +17,7 @@ GH_ACCOUNT= Vacuum-IM GH_PROJECT= ${PORTNAME}${PKGNAMESUFFIX} USES= cmake qt:4 +USE_CXXSTD= c++98 USE_XORG= xscrnsaver USE_LDCONFIG= yes USE_QT= gui xml qmake_build uic_build moc_build rcc_build \ -- cgit