]> git.pld-linux.org Git - packages/XFree86.git/blame - XFree86-ncurses.patch
- removed Mesa-glut* from Obsoletes
[packages/XFree86.git] / XFree86-ncurses.patch
CommitLineData
505397d5 1diff -u --recursive --new-file XFree86-3.3.2.3.macro/xc/config/cf/linux.cf XFree86-3.3.2.3/xc/config/cf/linux.cf
2--- XFree86-3.3.2.3.macro/xc/config/cf/linux.cf Mon Mar 2 11:55:22 1998
3+++ XFree86-3.3.2.3/xc/config/cf/linux.cf Thu Aug 27 12:12:50 1998
4@@ -163,7 +163,7 @@
5 #define AsmDefines -D__ELF__
6 #define CplusplusCmd c++
7 #if UseStaticTermcapLib
8-#define TermcapLibrary StaticLibrary(/usr/lib/termcap,termcap)
9+#define TermcapLibrary StaticLibrary(/usr/lib,ncurses)
10 #endif
11 #else
12 #ifdef AlphaArchitecture
13diff -u --recursive --new-file XFree86-3.3.2.3.macro/xc/config/cf/xf86site.def XFree86-3.3.2.3/xc/config/cf/xf86site.def
14--- XFree86-3.3.2.3.macro/xc/config/cf/xf86site.def Mon Mar 2 11:55:22 1998
15+++ XFree86-3.3.2.3/xc/config/cf/xf86site.def Thu Aug 27 12:14:33 1998
16@@ -93,8 +93,8 @@
17 * Some Linux releases don't have a libtermcap. In this case you may need
18 * to uncomment the following
19 *
20-#define TermcapLibrary -lncurses
21 */
22+#define TermcapLibrary -lncurses
23
24 /*
25 * If you have Tk (which is required to build XF86Setup), uncomment this
26--- XFree86-3.3.3.1.new/xc/programs/xterm/Imakefile Tue Mar 23 14:01:57 1999
27+++ XFree86-3.3.3.1/xc/programs/xterm/Imakefile Sat Oct 24 09:58:19 1998
28@@ -73,7 +73,7 @@
29 -DOSMINORVERSION=$(OSMINORVERSION)
30 MISC_DEFINES = /* -DALLOWLOGGING -DALLOWLOGFILEEXEC */
31 XKB_DEFINES = XkbClientDefines
32- DEFINES = -I. $(XKB_DEFINES) $(TERMCAPDEFINES) $(FEATURE_DEFINES) $(SCROLLBAR_RIGHT)
33+ DEFINES = -I. -I/usr/include/ncurses $(XKB_DEFINES) $(TERMCAPDEFINES) $(FEATURE_DEFINES) $(SCROLLBAR_RIGHT)
34
35 #ifdef OS2Architecture
36 MAINSRC = os2main.c
This page took 0.033501 seconds and 4 git commands to generate.