[Midnightbsd-cvs] [MidnightBSD/mports] cc7c1d: editors/ted: fix build by adding -lfreetype to lin...

Lucas Holt noreply at github.com
Sat May 16 19:55:54 EDT 2026


  Branch: refs/heads/editors/ted
  Home:   https://github.com/MidnightBSD/mports
  Commit: cc7c1dbfa71bef04a1d1c7e6fe894bb21b3c20f7
      https://github.com/MidnightBSD/mports/commit/cc7c1dbfa71bef04a1d1c7e6fe894bb21b3c20f7
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-16 (Sat, 16 May 2026)

  Changed paths:
    M editors/ted/Makefile

  Log Message:
  -----------
  editors/ted: fix build by adding -lfreetype to link step

pkg-config --libs xft on this system returns only -lXft without
-lfreetype, but ted (via appFontConfig.c) calls FreeType functions
directly. Add a post-configure hook to patch the generated Ted/makefile
to add -lfreetype after -lXft so the linker can resolve FT_New_Face
and friends.

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