From aeb2c32a45f291a6570aeb36eb53f8af8d7a119f Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Mon, 23 Jun 2025 21:28:55 +0100 Subject: [PATCH] oils-for-unix: Remove OPSYS check for OpenBSD Adding BUILDLINK_TRANSFORM did not solve the issue: https://github.com/oils-for-unix/oils/issues/1942 So this check doesn't do anything. --- shells/oils-for-unix/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/shells/oils-for-unix/Makefile b/shells/oils-for-unix/Makefile index b01143395dce..42a2b40c6f6f 100644 --- a/shells/oils-for-unix/Makefile +++ b/shells/oils-for-unix/Makefile @@ -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: