Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions shells/oils-for-unix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@ PKG_SUPPORTED_OPTIONS= readline
.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mreadline)
.if ${OPSYS} == "OpenBSD"
BUILDLINK_TRANSFORM+= l:readline:ereadline:ehistory
.endif
.include "../../devel/readline/buildlink3.mk"
CONFIGURE_ARGS+= --with-readline
READLINE_DIR= ${BUILDLINK_PREFIX.readline}
CONFIGURE_ARGS+= --readline ${READLINE_DIR}
CONFIGURE_ARGS+= --with-readline
READLINE_DIR= ${BUILDLINK_PREFIX.readline}
CONFIGURE_ARGS+= --readline ${READLINE_DIR}
.endif

do-build:
Expand Down
Loading