svn commit: r541370 - branches/2020Q3/deskutils/nautilus-sendto

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jul 6 21:59:11 UTC 2020


Author: pkubaj
Date: Mon Jul  6 21:59:10 2020
New Revision: 541370
URL: https://svnweb.freebsd.org/changeset/ports/541370

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

Modified:
  branches/2020Q3/deskutils/nautilus-sendto/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/deskutils/nautilus-sendto/Makefile
==============================================================================
--- branches/2020Q3/deskutils/nautilus-sendto/Makefile	Mon Jul  6 21:58:12 2020	(r541369)
+++ branches/2020Q3/deskutils/nautilus-sendto/Makefile	Mon Jul  6 21:59:10 2020	(r541370)
@@ -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