irc/irssi: fix build on GCC architectures

../src/core/misc.c:101: error: #pragma GCC diagnostic not allowed inside functions
This commit is contained in:
Piotr Kubaj 2020-12-07 16:44:38 +00:00
parent 4f5721b48b
commit a311293946
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557236

View File

@ -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