From 6a4b90c02f4b4991f20206d116196c8bdeca9da8 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 6 Oct 2025 18:42:15 +0200 Subject: 20-freebsd14-osx-sciteco: fixed linking against the system's libncurses Should hopefully fix errors about invalid $TERM. --- .fmsbw/20-freebsd14-osx-sciteco | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fmsbw/20-freebsd14-osx-sciteco b/.fmsbw/20-freebsd14-osx-sciteco index 3279053..bef1cfb 100755 --- a/.fmsbw/20-freebsd14-osx-sciteco +++ b/.fmsbw/20-freebsd14-osx-sciteco @@ -49,7 +49,7 @@ cd build-osx # via MacPorts. ../configure --host=x86_64-apple-darwin25 --disable-bootstrap --with-interface=ncurses \ --enable-static-executables --with-scitecodatadir=../share/sciteco \ - CURSES_CFLAGS="-D_DARWIN_C_SOURCE -DNCURSES_WIDECHAR" CURSES_LIBS="-lncurses" + CURSES_CFLAGS="-D_DARWIN_C_SOURCE -DNCURSES_WIDECHAR" CURSES_LIBS="/opt/osxcross/target/SDK/MacOSX26.0.sdk/usr/lib/libncurses.tbd" gmake install-strip DESTDIR=`pwd`/temp-install # There are libraries we cannot link against statically. # We ship them in /usr/local/lib/sciteco so as not to cause collisions with system -- cgit v1.2.3