From 1d2f1f0a6e93c26de7560b6af452d53188a7288a Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 4 Nov 2018 14:37:45 +0000 Subject: [PATCH] Mark BROKEN: fails to build In file included from src/saagharwindow.cpp:26: src/version.h:29:39: error: no matching literal operator for call to 'operator""__TIME__' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template const QString BUILD_TIME = __DATE__" "__TIME__; ^ Reported by: pkg-fallout --- misc/saaghar/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/saaghar/Makefile b/misc/saaghar/Makefile index 94a3263460ed..8fd4e177c0ca 100644 --- a/misc/saaghar/Makefile +++ b/misc/saaghar/Makefile @@ -15,6 +15,8 @@ COMMENT= Persian poetry software LICENSE= GPLv3 +BROKEN= fails to build + EXTRACT_DEPENDS= ${LOCALBASE}/bin/unzip:archivers/unzip OPTIONS_DEFINE= DEBUG