mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-09 07:47:28 -07:00
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
14 lines
502 B
Diff
14 lines
502 B
Diff
--- a/src/native/Makefile.org 2004-09-07 16:43:16.703100016 +0200
|
|
+++ b/src/native/Makefile 2004-09-07 16:43:28.804919625 +0200
|
|
@@ -45,8 +45,8 @@
|
|
CFLAGS=-DWIN32=$(WIN32) -D__IBMC__
|
|
else
|
|
INCLUDES = -I $(JAVAINCLUDE) -I $(JAVANATINC)
|
|
-LIBPATH = -L/usr/lib/termcap
|
|
-JavaReadline_LIBS = -lreadline -ltermcap -lhistory
|
|
+LIBPATH =
|
|
+JavaReadline_LIBS = -lreadline -lncurses -lhistory
|
|
JavaEditline_LIBS = -ledit -ltermcap
|
|
ifeq (cygwin,$(WIN32))
|
|
JavaGetline_LIBS = -lcygwin
|