Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 80815 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-15 / +15 lines)
Line  Link Here
0
-- tmview-01.03.orig/MakeSVGA
0
++ tmview-01.03/MakeSVGA
Lines 8-15 Link Here
8
OBJ=./src/svga.
8
OBJ=./src/svga.
9
9
10
10
11
LIBS= -lvgagl -lvga -lm	 
11
#LIBS= -lvgagl -lvga -lm	 
12
#LIBS= -lkpathsea -lvgagl -lvga -lm       # when kpathsea is to be used	 
12
LIBS= -lkpathsea -lvgagl -lvga -lm       # when kpathsea is to be used	 
13
13
14
14
15
LL=gcc   -L /usr/lib
15
LL=gcc   -L /usr/lib
16
-- tmview-01.03.orig/MakeLX
16
++ tmview-01.03/MakeLX
Lines 7-15 Link Here
7
OBJ=./src/lX.
7
OBJ=./src/lX.
8
8
9
#1. when kpathsea is to be used	 
9
#1. when kpathsea is to be used	 
10
#LIBS= -L /usr/X11R6/lib -L /usr/X11/lib -lkpathsea -lX11 -lm 
10
LIBS= -L /usr/X11R6/lib -L /usr/X11/lib -lkpathsea -lX11 -lm 
11
#2. when kpathsea is not used
11
#2. when kpathsea is not used
12
LIBS= -L /usr/X11R6/lib -L /usr/X11/lib  -lX11 -lm        
12
#LIBS= -L /usr/X11R6/lib -L /usr/X11/lib  -lX11 -lm        
13
13
14
LL=gcc
14
LL=gcc
15
CC=gcc -c -O2 -g -Wall -I$(SRC) -I$(SSRC) 
15
CC=gcc -c -O2 -g -Wall -I$(SRC) -I$(SSRC) 
16
-- tmview-01.03.orig/lX/defslx.h
16
++ tmview-01.03/lX/defslx.h
Lines 82-88 Link Here
82
/* However, if kpse_init_prog is defined  to have 4 arguments ("P4H"),*/
83
/* However, if kpse_init_prog is defined  to have 4 arguments ("P4H"),*/
83
/* its KPATHSEANEWSTYLE.                                              */ 
84
/* its KPATHSEANEWSTYLE.                                              */ 
84
/*                                                                    */ 
85
/*                                                                    */ 
85
/* #define KPATHSEA */
86
#define KPATHSEA
86
#ifdef KPATHSEA
87
#ifdef KPATHSEA
87
#define KPATHMODE NULL    /* put f.e. "cx" here, to consist on cx fonts */
88
#define KPATHMODE NULL    /* put f.e. "cx" here, to consist on cx fonts */
88
#define KPATHMAKE 1       /* put 0 here, to disable running MakeTeXPK   */
89
#define KPATHMAKE 1       /* put 0 here, to disable running MakeTeXPK   */
89
-- tmview-01.03.orig/svga/defssvga.h
90
++ tmview-01.03/svga/defssvga.h
Lines 116-122 Link Here
116
/* Thus, running once in a while "./missfont.log" manualy seems  more */
117
/* Thus, running once in a while "./missfont.log" manualy seems  more */
117
/* "comfortable" to me. For svgalib>=1.3.0 and  kernel=>2.0 there     */
118
/* "comfortable" to me. For svgalib>=1.3.0 and  kernel=>2.0 there     */
118
/* might be a solution on this topic.  See below LETSTRYBG.           */
119
/* might be a solution on this topic.  See below LETSTRYBG.           */
119
/* #define KPATHSEA */
120
#define KPATHSEA
120
#ifdef KPATHSEA
121
#ifdef KPATHSEA
121
#define KPATHMODE NULL    /* put f.e. "cx" here, to consist on cx fonts */
122
#define KPATHMODE NULL    /* put f.e. "cx" here, to consist on cx fonts */
122
#define KPATHMAKE 0       /* put 1 here, to make kpathsea run MakeTeXPK,*/
123
#define KPATHMAKE 0       /* put 1 here, to make kpathsea run MakeTeXPK,*/
123
-- tmview-01.03.orig/fb/defsfb.h
124
++ tmview-01.03/fb/defsfb.h
Lines 80-86 Link Here
80
/* its KPATHSEANEWSTYLE.                                              */ 
81
/* its KPATHSEANEWSTYLE.                                              */ 
81
/*                                                                    */ 
82
/*                                                                    */ 
82
/* Running MakeTeXPK by kpathsea within dvifb may be disabled below.  */
83
/* Running MakeTeXPK by kpathsea within dvifb may be disabled below.  */
83
/* #define KPATHSEA */
84
#define KPATHSEA
84
#ifdef KPATHSEA
85
#ifdef KPATHSEA
85
#define KPATHMODE NULL    /* put f.e. "cx" here, to consist on cx fonts */
86
#define KPATHMODE NULL    /* put f.e. "cx" here, to consist on cx fonts */
86
#define KPATHMAKE 1       /* put 0 here, to disable MakeTeXPK           */
87
#define KPATHMAKE 1       /* put 0 here, to disable MakeTeXPK           */
87
-- tmview-01.03.orig/MakeFb
88
++ tmview-01.03/MakeFb
Lines 5-12 Link Here
5
SSRC=./fb/
5
SSRC=./fb/
6
OBJ=./src/fb.
6
OBJ=./src/fb.
7
7
8
LIBS= -lm	 
8
#LIBS= -lm	 
9
#LIBS= -lkpathsea -lm       # when kpathsea is to be used	 
9
LIBS= -lkpathsea -lm       # when kpathsea is to be used	 
10
10
11
LL=gcc   -L /usr/lib
11
LL=gcc   -L /usr/lib
12
CC=gcc -c -O2 -g -Wall -I$(SRC) -I$(SSRC)
12
CC=gcc -c -O2 -g -Wall -I$(SRC) -I$(SSRC)

Return to bug 80815