From cc3a9fc097b38a3bafd93db15129e14cfde09996 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 4 Nov 2018 13:49:27 +0000 Subject: [PATCH] Mark BROKEN: fails to build evoke/Xsm.cpp:653:17: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] file += "/ede/"SETTINGS_FILENAME".conf"; ^ Reported by: pkg-fallout --- x11-wm/ede/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-wm/ede/Makefile b/x11-wm/ede/Makefile index 2862fbfb6c14..ddeeb65735c2 100644 --- a/x11-wm/ede/Makefile +++ b/x11-wm/ede/Makefile @@ -16,6 +16,8 @@ COMMENT= Equinox Desktop Environment LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi +BROKEN= fails to build + BUILD_DEPENDS= doxygen:devel/doxygen \ jam:devel/jam LIB_DEPENDS= libdbus-1.so:devel/dbus \