svn commit: r557236 - head/irc/irssi

Piotr Kubaj pkubaj at FreeBSD.org
Mon Dec 7 16:44:38 UTC 2020


Author: pkubaj
Date: Mon Dec  7 16:44:38 2020
New Revision: 557236
URL: https://svnweb.freebsd.org/changeset/ports/557236

Log:
  irc/irssi: fix build on GCC architectures
  
  ../src/core/misc.c:101: error: #pragma GCC diagnostic not allowed inside functions

Modified:
  head/irc/irssi/Makefile

Modified: head/irc/irssi/Makefile
==============================================================================
--- head/irc/irssi/Makefile	Mon Dec  7 16:39:28 2020	(r557235)
+++ head/irc/irssi/Makefile	Mon Dec  7 16:44:38 2020	(r557236)
@@ -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
 


More information about the svn-ports-all mailing list