summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-07 16:44:38 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-07 16:44:38 +0000
commita3112939460dd9d8464be54cb72da1fdc35309e3 (patch)
tree3082b10444bdf1680f00e17a9ffb24ac5b352cf6 /irc
parent4f5721b48b60d5cbfbbb32b7dad559c3a28c891f (diff)
downloadfreebsd-ports-a3112939460dd9d8464be54cb72da1fdc35309e3.zip
irc/irssi: fix build on GCC architectures
../src/core/misc.c:101: error: #pragma GCC diagnostic not allowed inside functions
Diffstat (limited to 'irc')
-rw-r--r--irc/irssi/Makefile4
1 files changed, 2 insertions, 2 deletions
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