freebsd-ports/deskutils/nautilus-sendto/Makefile
Piotr Kubaj f93392d99c 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)
2020-07-06 21:58:12 +00:00

21 lines
508 B
Makefile

# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= nautilus-sendto
PORTVERSION= 3.8.6
CATEGORIES= deskutils
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Convenience application to send a file via email
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GNOME= intlhack introspection:build
USES= compiler:c11 gettext gnome localbase meson pkgconfig tar:xz
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -Wno-error=format-nonliteral
.include <bsd.port.mk>