[Midnightbsd-cvs] [MidnightBSD/mports] 393a62: cad/abc: fix readline header search path

Lucas Holt noreply at github.com
Wed Apr 29 19:39:23 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: 393a62163addf5f723af5f91c1775181afea330f
      https://github.com/MidnightBSD/mports/commit/393a62163addf5f723af5f91c1775181afea330f
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-04-29 (Wed, 29 Apr 2026)

  Changed paths:
    M cad/abc/Makefile

  Log Message:
  -----------
  cad/abc: fix readline header search path

The abc build system passes ABC_READLINE_INCLUDES to its internal
Makefile to set the compiler include path for readline headers.
The port was only passing ABC_READLINE_LIBRARIES, so readline/readline.h
could not be found during compilation.

Add ABC_READLINE_INCLUDES="-I${LOCALBASE}/include" to READLINE_CONFIGURE_ENV.

AI-Assisted-by: Claude Sonnet 4.6 <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.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