]> git.pld-linux.org Git - packages/xfig.git/blob - xfig-config.patch
- release 11
[packages/xfig.git] / xfig-config.patch
1 diff -Nru xfig.3.2.3c/Fig.ad xfig.3.2.3c.new/Fig.ad
2 --- xfig.3.2.3c/Fig.ad  Tue Jul 25 19:05:57 2000
3 +++ xfig.3.2.3c.new/Fig.ad      Sat Nov  4 12:26:07 2000
4 @@ -16,7 +16,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 -Nru xfig.3.2.3c/Imakefile xfig.3.2.3c.new/Imakefile
14 --- xfig.3.2.3c/Imakefile       Wed Jul 19 20:14:27 2000
15 +++ xfig.3.2.3c.new/Imakefile   Sat Nov  4 12:11:14 2000
16 @@ -40,8 +40,8 @@
17  
18  #ifdef USEJPEG
19  #ifdef USEINSTALLEDJPEG
20 -JPEGLIBDIR = /usr/local/lib
21 -JPEGINCDIR = /usr/include/X11
22 +JPEGLIBDIR = /usr/lib
23 +JPEGINCDIR = /usr/include
24  #else
25  JPEGLIBDIR = ../jpeg
26  JPEGINCDIR = $(JPEGLIBDIR)
27 @@ -59,12 +59,12 @@
28  XCOMM Change XPMLIBDIR if necessary to point to the xpm library (libXpm)
29  XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h)
30  
31 -XCOMM #define USEXPM
32 -XCOMM #define USEXPM_ICON
33 +#define USEXPM
34 +#define USEXPM_ICON
35  
36  #ifdef USEXPM
37  XPMLIBDIR = $(USRLIBDIR)
38 -XPMINC = -I/usr/include/X11
39 +XPMINC = -I/usr/X11R6/include/X11/
40  #endif
41  
42  XCOMM Uncomment the following definiton if you want to use the small icons
43 @@ -115,7 +115,7 @@
44  XCOMM inline functions. With the "INLINE" keyword, you should notice that
45  XCOMM the display will be a bit faster in complex figures
46  
47 -XCOMM USEINLINE = -DUSE_INLINE
48 +USEINLINE = -DUSE_INLINE
49  
50  XCOMM use (and change) the following if you want the multi-key data base file
51  XCOMM somewhere other than the standard X11 library directory
52 @@ -200,7 +200,7 @@
53  #endif /* USEJPEG */
54  
55  #ifdef I18N
56 -I18N_DEFS = -DI18N -DSETLOCALE
57 +I18N_DEFS = -DI18N
58  I18N_SRC = w_i18n.c
59  I18N_OBJ = w_i18n.o
60  #endif
This page took 0.053836 seconds and 3 git commands to generate.