head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.10.31.12.29.12; author jperkin; state Exp; branches; next ; commitid ZXPJxp8GPHgFFIgG; desc @@ 1.1 log @librsvg: Work around broken meson dependency handling. @ text @$NetBSD$ Disable libsocket handling on SunOS. meson cannot handle the fact that this library is not provided by pkg-config and refuses to build gdk-pixbuf-loader. We already just link against it directly anyway. --- meson.build.orig 2025-10-31 12:18:21.436321061 +0000 +++ meson.build @@@@ -177,7 +177,7 @@@@ m_dep = cc.find_library('m', required: f # into '-lsocket' and '-lnsl'. Anything that calls socketpair(), getifaddr(), # etc. probably needs to include network_deps # -if host_system == 'sunos' +if host_system == 'meson-dependencies-are-broken' network_deps = [ cc.find_library('socket', required: false), ] @