]> git.pld-linux.org Git - packages/xfig.git/blame - xfig-config.patch
- updated to 3.2.5 alpha4
[packages/xfig.git] / xfig-config.patch
CommitLineData
e076d216
AM
1diff -urN xfig.3.2.5-alpha4.org/Fig.ad xfig.3.2.5-alpha4/Fig.ad
2--- xfig.3.2.5-alpha4.org/Fig.ad 2004-04-22 00:49:19.465831480 +0200
3+++ xfig.3.2.5-alpha4/Fig.ad 2004-04-22 01:00:31.335691736 +0200
4@@ -24,7 +24,7 @@
d3d80ea0 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.
e076d216
AM
13diff -urN xfig.3.2.5-alpha4.org/Imakefile xfig.3.2.5-alpha4/Imakefile
14--- xfig.3.2.5-alpha4.org/Imakefile 2004-04-22 00:49:18.756939248 +0200
15+++ xfig.3.2.5-alpha4/Imakefile 2004-04-22 01:01:06.072410952 +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 #ifdef XAW3D
24 DUSEXAW3D = -DXAW3D
25@@ -72,7 +72,7 @@
a45c09fa
JB
26 XCOMM are in different places
27
28 PNGLIBDIR = $(USRLIBDIR)
29-PNGINC = -I/usr/local/include
e076d216
AM
30+PNGINC =
31 ZLIBDIR = $(USRLIBDIR)
a45c09fa
JB
32
33 XCOMM If don't want JPEG support, comment out the #define USEJPEG line
e076d216 34@@ -92,8 +92,8 @@
50176856 35
36 #ifdef USEJPEG
37 #ifdef USEINSTALLEDJPEG
38-JPEGLIBDIR = /usr/local/lib
a45c09fa 39-JPEGINC = -I/usr/include/X11
50176856 40+JPEGLIBDIR = /usr/lib
a45c09fa 41+JPEGINC =
50176856 42 #else
43 JPEGLIBDIR = ../jpeg
a45c09fa 44 JPEGINC = -I$(JPEGLIBDIR)
e076d216 45@@ -116,7 +116,7 @@
50176856 46
47 #ifdef USEXPM
48 XPMLIBDIR = $(USRLIBDIR)
44413d73 49-XPMINC = -I/usr/include/X11
a45c09fa 50+XPMINC = -I/usr/X11R6/include/X11
50176856 51 #endif
52
44413d73 53 XCOMM Uncomment the following definiton if you want to use the small icons
e076d216 54@@ -157,7 +157,7 @@
50176856 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
e076d216 63@@ -239,7 +239,7 @@
44413d73 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.447941 seconds and 4 git commands to generate.