aboutsummaryrefslogtreecommitdiff
path: root/deskutils/nautilus-sendto
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-06 21:58:12 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-06 21:58:12 +0000
commitf93392d99ce6ee38646f785817a0855e7e392365 (patch)
tree0ad051dc32dc836c3cbadafa1e7bdeee0aee5769 /deskutils/nautilus-sendto
parent61da6a6c364c0cf0096f7e77b073391bc5cee1ad (diff)
downloadports-f93392d99ce6ee38646f785817a0855e7e392365.tar.gz
ports-f93392d99ce6ee38646f785817a0855e7e392365.zip
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)
Notes
Notes: svn path=/head/; revision=541369
Diffstat (limited to 'deskutils/nautilus-sendto')
-rw-r--r--deskutils/nautilus-sendto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/nautilus-sendto/Makefile b/deskutils/nautilus-sendto/Makefile
index 8992d92acf3f..827d4ae917d5 100644
--- a/deskutils/nautilus-sendto/Makefile
+++ b/deskutils/nautilus-sendto/Makefile
@@ -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