]> git.pld-linux.org Git - packages/xfig.git/blob - xfig-config.patch
- updated
[packages/xfig.git] / xfig-config.patch
1 diff -urN xfig.3.2.5-alpha5.org/Fig.ad xfig.3.2.5-alpha5/Fig.ad
2 --- xfig.3.2.5-alpha5.org/Fig.ad        2004-06-04 21:15:30.786456520 +0200
3 +++ xfig.3.2.5-alpha5/Fig.ad    2004-06-04 21:16:18.239242600 +0200
4 @@ -24,7 +24,7 @@
5  
6  ! pdfviewer - put your favorite pdf viewer here.  
7  !              This is for viewing the xfig how-to guide and man pages
8 -Fig.pdfviewer:                 acroread %f
9 +Fig.pdfviewer:                 xpdf %f
10  
11  ! Spell check program - put your favorite spelling check program here.
12  !              It must write the misspelled words to standard output.
13 diff -urN xfig.3.2.5-alpha5.org/Imakefile xfig.3.2.5-alpha5/Imakefile
14 --- xfig.3.2.5-alpha5.org/Imakefile     2004-06-04 21:15:30.204544984 +0200
15 +++ xfig.3.2.5-alpha5/Imakefile 2004-06-04 21:16:41.824657072 +0200
16 @@ -58,7 +58,7 @@
17  
18  #ifdef XAW3D1_5E
19      DUSEXAW3D = -DXAW3D -DXAW3D1_5E
20 -    XAWLIB = -lXaw3d15e
21 +    XAWLIB = -lXaw3d
22  #else
23      XAW_SRC = w_menuentry.c SmeCascade.c SmeBSB.c SimpleMenu.c
24      XAW_OBJ = w_menuentry.o SmeCascade.o SmeBSB.o SimpleMenu.o
25 @@ -72,7 +72,7 @@
26  XCOMM are in different places
27  
28  PNGLIBDIR = $(USRLIBDIR)
29 -PNGINC = -I/usr/local/include
30 +PNGINC = 
31  ZLIBDIR = $(USRLIBDIR)
32  
33  XCOMM If don't want JPEG support, comment out the #define USEJPEG line
34 @@ -92,8 +92,8 @@
35  
36  #ifdef USEJPEG
37  #ifdef USEINSTALLEDJPEG
38 -JPEGLIBDIR = /usr/local/lib
39 -JPEGINC = -I/usr/include/X11
40 +JPEGLIBDIR = /usr/lib
41 +JPEGINC =
42  #else
43  JPEGLIBDIR = ../jpeg
44  JPEGINC = -I$(JPEGLIBDIR)
45 @@ -116,7 +116,7 @@
46  
47  #ifdef USEXPM
48  XPMLIBDIR = $(USRLIBDIR)
49 -XPMINC = -I/usr/include/X11
50 +XPMINC = -I/usr/X11R6/include/X11
51  #endif
52  
53  XCOMM Uncomment the following definiton if you want to use the small icons
54 @@ -157,7 +157,7 @@
55  XCOMM inline functions. With the "INLINE" keyword, you should notice that
56  XCOMM the display will be a bit faster in complex figures
57  
58 -XCOMM USEINLINE = -DUSE_INLINE
59 +USEINLINE = -DUSE_INLINE
60  
61  XCOMM use (and change) the following if you want the multi-key data base file
62  XCOMM somewhere other than the standard X11 library directory
63 @@ -239,7 +239,7 @@
64  #endif /* USEJPEG */
65  
66  #ifdef I18N
67 -I18N_DEFS = -DI18N -DSETLOCALE
68 +I18N_DEFS = -DI18N
69  I18N_SRC = w_i18n.c
70  I18N_OBJ = w_i18n.o
71  #endif
This page took 0.035497 seconds and 3 git commands to generate.