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