[Midnightbsd-cvs] [MidnightBSD/mports] 487bf7: multimedia/mpv: add localbase:ldflags so meson fin...

Lucas Holt noreply at github.com
Sat May 30 16:06:47 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: 487bf787da447caa7a2b45dd14d53e98e17415e5
      https://github.com/MidnightBSD/mports/commit/487bf787da447caa7a2b45dd14d53e98e17415e5
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-30 (Sat, 30 May 2026)

  Changed paths:
    M multimedia/mpv/Makefile

  Log Message:
  -----------
  multimedia/mpv: add localbase:ldflags so meson finds libiconv

meson's iconv dependency probe ('tried builtin and system') was failing
because /usr/local/lib is not in the default linker search path that
meson uses for its compile tests. localbase:ldflags adds -L/usr/local/lib
to LDFLAGS, allowing meson to find libiconv.so and satisfy the uchardet
feature dependency on iconv.

Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications


More information about the Midnightbsd-cvs mailing list