aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-02-19 13:06:36 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-02-19 13:25:11 +0000
commit575280da1af2adb351311789506fdf34e7861b7c (patch)
treed6cfc9f8844b6316f31d4bc867bfafddc79032cc /x11-fm
parent983400c8220579c7a3384e8a9e4a062abc6edd2b (diff)
downloadports-575280da1af2adb351311789506fdf34e7861b7c.tar.gz
ports-575280da1af2adb351311789506fdf34e7861b7c.zip
x11-fm/nautilus: unbreak against clang 15
../src/nautilus-list-model.c:1628:42: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] nautilus_list_model_get_drag_target_list () ^ void
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/nautilus/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile
index 0c45cc7c65a6..3c6326b9f3df 100644
--- a/x11-fm/nautilus/Makefile
+++ b/x11-fm/nautilus/Makefile
@@ -34,6 +34,8 @@ CPE_VENDOR= gnome
GLIB_SCHEMAS= org.gnome.nautilus.gschema.xml
+CFLAGS+= -Wno-error=strict-prototypes
+
OPTIONS_DEFINE= GVFS
OPTIONS_DEFAULT= GVFS