head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2025.12.21.20.47.06; author adam; state Exp; branches; next ; commitid ndoYTEPsf6GYMjnG; desc @@ 1.1 log @libepoxy: fix build with newer Meson @ text @$NetBSD$ Fix for newer Meson: https://github.com/anholt/libepoxy/pull/313 --- src/meson.build.orig 2025-12-21 20:38:28.487086695 +0000 +++ src/meson.build @@@@ -117,5 +117,5 @@@@ pkg.generate( 'epoxy_has_wgl=@@0@@'.format(epoxy_has_wgl), ], filebase: 'epoxy', - requires_private: ' '.join(gl_reqs), + requires_private: gl_reqs, ) @