svn commit: r541369 - head/deskutils/nautilus-sendto

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jul 6 21:58:13 UTC 2020


Author: pkubaj
Date: Mon Jul  6 21:58:12 2020
New Revision: 541369
URL: https://svnweb.freebsd.org/changeset/ports/541369

Log:
  deskutils/nautilus-sendto: fix build on GCC architectures
  
  Use newer GCC:
  ../src/nautilus-sendto.c:383: error: #pragma GCC diagnostic not allowed inside functions
  
  MFH:		2020Q3 (fix build blanket)

Modified:
  head/deskutils/nautilus-sendto/Makefile

Modified: head/deskutils/nautilus-sendto/Makefile
==============================================================================
--- head/deskutils/nautilus-sendto/Makefile	Mon Jul  6 21:52:46 2020	(r541368)
+++ head/deskutils/nautilus-sendto/Makefile	Mon Jul  6 21:58:12 2020	(r541369)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_GNOME=	intlhack introspection:build
-USES=		gettext gnome localbase meson pkgconfig tar:xz
+USES=		compiler:c11 gettext gnome localbase meson pkgconfig tar:xz
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 CPPFLAGS+=	-Wno-error=format-nonliteral


More information about the svn-ports-all mailing list