diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-06 18:42:15 +0200 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-06 18:42:15 +0200 |
| commit | 6a4b90c02f4b4991f20206d116196c8bdeca9da8 (patch) | |
| tree | 54a4cbabda03401bb00ecfd1a1fbd4946393f377 | |
| parent | c16ef4276d9b3773ff12adf9e7cf2683c182826e (diff) | |
20-freebsd14-osx-sciteco: fixed linking against the system's libncurses
Should hopefully fix errors about invalid $TERM.
| -rwxr-xr-x | .fmsbw/20-freebsd14-osx-sciteco | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
