mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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:
parent
4f5721b48b
commit
a311293946
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557236
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user