File 0001-Fix-Makefile-to-use-modern-ncurses.patch of Package uemacs
From d8d03e6049d4e4d13ffa0642b39ad7b52264750f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miquel=20Sabat=C3=A9=20Sol=C3=A0?= <mssola@mssola.com>
Date: Sat, 11 Oct 2025 15:24:26 +0200
Subject: [PATCH] Fix Makefile to use modern ncurses
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 89a34bea2d3e..69cdfc5d32cf 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ ifeq ($(uname_S),Darwin)
endif
#DEFINES=-DAUTOCONF
#LIBS=-ltermcap # BSD
-LIBS=-lcurses # SYSV
+LIBS=-lncurses # SYSV
#LIBS=-ltermlib
#LIBS=-L/usr/lib/termcap -ltermcap
LFLAGS=-hbx
--
2.51.0