aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-09-27 16:21:18 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-09-27 17:09:05 +0000
commitb500f4e0fd5602b66b48738f04b72834460ce1f6 (patch)
tree1d6bfe408513461ad173dc0572a587c15f620f7e /x11
parent0e258aed2fc78d2fdd847ee2ff8568b944533e1c (diff)
downloadports-b500f4e0fd5602b66b48738f04b72834460ce1f6.tar.gz
ports-b500f4e0fd5602b66b48738f04b72834460ce1f6.zip
x11/lavalauncher: unbreak build with librsvg >= 2.52
src/types/image_t.c:214:4: error: 'rsvg_handle_render_cairo' is deprecated: Use 'rsvg_handle_render_document' instead [-Werror,-Wdeprecated-declarations] rsvg_handle_render_cairo(image->rsvg_handle, cairo); ^ /usr/local/include/librsvg-2.0/librsvg/rsvg-cairo.h:94:1: note: 'rsvg_handle_render_cairo' has been explicitly marked deprecated here RSVG_DEPRECATED_FOR(rsvg_handle_render_document) ^ /usr/local/include/librsvg-2.0/librsvg/rsvg.h:50:32: note: expanded from macro 'RSVG_DEPRECATED_FOR' ^ /usr/local/include/glib-2.0/glib/gmacros.h:1112:44: note: expanded from macro 'G_DEPRECATED_FOR' ^ Reported by: antoine (via bug 258561 exp-run)
Diffstat (limited to 'x11')
-rw-r--r--x11/lavalauncher/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/lavalauncher/Makefile b/x11/lavalauncher/Makefile
index 3bd3a9f9db22..bf68202f4f27 100644
--- a/x11/lavalauncher/Makefile
+++ b/x11/lavalauncher/Makefile
@@ -18,6 +18,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland \
USES= compiler:c11 gnome meson pkgconfig
USE_GNOME= cairo
PLIST_FILES= bin/${PORTNAME}
+MESON_ARGS= -Dwerror=false # https://lists.sr.ht/~leon_plickat/lavalauncher/%3Cilyo-li28-wny%40FreeBSD.org%3E
OPTIONS_DEFINE= EPOLL INOTIFY LIBRSVG2 MANPAGES
OPTIONS_DEFAULT=EPOLL INOTIFY LIBRSVG2 MANPAGES