File xview-rpc-curses-lib.patch of Package xview-64bit

--- a/contrib/examples/textsw/Imakefile	2021-07-16 19:10:25.000000000 +0200
+++ b/contrib/examples/textsw/Imakefile	2022-12-22 08:37:55.957137339 +0100
@@ -12,7 +12,7 @@
 INCLUDES = -I. -I$(HEADER_DEST) -I$(TOP)
 DEPLIBS = XViewClientDepLibs
 LOCAL_LIBRARIES = XViewClientLibs
-CURSES_LIBS = -lcurses
+CURSES_LIBS = -lncurses
 
 MAKEFILE_SIMPLE = Makefile.customer
 SRCS = sample_tty.c textsw.c textsw.font.c textsw_to_ttysw.c \
--- a/contrib/examples/ttysw/Imakefile	2021-07-16 19:10:25.000000000 +0200
+++ b/contrib/examples/ttysw/Imakefile	2022-12-22 08:38:25.033484972 +0100
@@ -12,7 +12,7 @@
 INCLUDES = -I. -I$(HEADER_DEST) -I$(TOP)
 DEPLIBS = XViewClientDepLibs
 LOCAL_LIBRARIES = XViewClientLibs
-CURSES_LIBS = -lcurses
+CURSES_LIBS = -lncurses
 
 MAKEFILE_SIMPLE = Makefile.customer
 SRCS = sample_tty.c textsw_to_ttysw.c \
--- a/lib/libolgx/Imakefile	2021-07-16 19:10:25.000000000 +0200
+++ b/lib/libolgx/Imakefile	2022-12-22 08:31:34.016625116 +0100
@@ -47,5 +47,5 @@
 #include <XView.lib>
 
 #ifdef __linux__
-XVIEW_DEPLIBS = $(LDPRELIBS) $(XLIB) -lc
+XVIEW_DEPLIBS = $(LDPRELIBS) $(XLIB) -ltirpc
 #endif
--- a/lib/libxview/Imakefile	2021-07-16 19:10:25.000000000 +0200
+++ b/lib/libxview/Imakefile	2022-12-22 08:31:42.144720816 +0100
@@ -37,5 +37,5 @@
 #include <XView.lib>
 
 #ifdef __linux__
-XVIEW_DEPLIBS = $(LDPRELIBS) $(XLIB) -L../../libolgx -lolgx -lutil -lc
+XVIEW_DEPLIBS = $(LDPRELIBS) $(XLIB) -L../../libolgx -lolgx -lutil -ltirpc
 #endif
openSUSE Build Service is sponsored by