From a3112939460dd9d8464be54cb72da1fdc35309e3 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Mon, 7 Dec 2020 16:44:38 +0000 Subject: irc/irssi: fix build on GCC architectures ../src/core/misc.c:101: error: #pragma GCC diagnostic not allowed inside functions --- irc/irssi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'irc') diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index e22cb91bc11a..fde3d0e43ebe 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -14,8 +14,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING # Until upstream makes a new release disable cpe -USES= gettext-runtime gnome meson localbase:ldflags ncurses \ - perl5 pkgconfig ssl +USES= compiler:c11 gettext-runtime gnome meson localbase:ldflags \ + ncurses perl5 pkgconfig ssl USE_GNOME= glib20 USE_LDCONFIG= yes -- cgit v1.2.3