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

Lucas Holt noreply at github.com
Sat May 16 19:56:44 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: 5b7e5d6dfd81c464ce1c7682186b9f588b13d00e
      https://github.com/MidnightBSD/mports/commit/5b7e5d6dfd81c464ce1c7682186b9f588b13d00e
  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 (#197)

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