Date: Mon, 6 Jul 2020 21:58:13 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541369 - head/deskutils/nautilus-sendto Message-ID: <202007062158.066LwDCB086029@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007062158.066LwDCB086029>