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

Collapse All | Expand All

(-)file_not_specified_in_diff (-11 / +11 lines)
Line  Link Here
0
-- Imakefile.orig
0
++ Imakefile
Lines 41-46 Link Here
41
XCOMM BINDIR = /usr/bin/X11
41
XCOMM BINDIR = /usr/bin/X11
42
XCOMM MKDIRHIER = /bin/sh /usr/bin/X11/mkdirhier
42
XCOMM MKDIRHIER = /bin/sh /usr/bin/X11/mkdirhier
43
XCOMM XAPPLOADDIR = /home/user/xfig
43
XAPPLOADDIR = /etc/X11/app-defaults
44
44
45
XCOMM Redefine the following if your PNG library and/or include file
45
XCOMM Redefine the following if your PNG library and/or include file
46
XCOMM are in different places
46
XCOMM are in different places
Lines 68-75 Link Here
68
68
69
#ifdef USEJPEG
69
#ifdef USEJPEG
70
#ifdef USEINSTALLEDJPEG
70
#ifdef USEINSTALLEDJPEG
71
JPEGLIBDIR = /usr/local/lib
71
JPEGLIBDIR = /usr/lib
72
JPEGINC = -I/usr/include/X11
72
JPEGINC = -I/usr/include
73
#else
73
#else
74
JPEGLIBDIR = ../jpeg
74
JPEGLIBDIR = ../jpeg
75
JPEGINC = -I$(JPEGLIBDIR)
75
JPEGINC = -I$(JPEGLIBDIR)
Lines 87-94 Link Here
87
XCOMM Change XPMLIBDIR if necessary to point to the xpm library (libXpm)
87
XCOMM Change XPMLIBDIR if necessary to point to the xpm library (libXpm)
88
XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h)
88
XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h)
89
89
90
XCOMM #define USEXPM
90
#define USEXPM
91
XCOMM #define USEXPM_ICON
91
#define USEXPM_ICON
92
92
93
#ifdef USEXPM
93
#ifdef USEXPM
94
XPMLIBDIR = $(USRLIBDIR)
94
XPMLIBDIR = $(USRLIBDIR)
Lines 105-114 Link Here
105
XCOMM Then be sure to change the XAW3DINC to point to the directory where your
105
XCOMM Then be sure to change the XAW3DINC to point to the directory where your
106
XCOMM 3D Athena widget headers are located
106
XCOMM 3D Athena widget headers are located
107
107
108
XCOMM #define XAW3D
108
#define XAW3D
109
109
110
#ifdef XAW3D
110
#ifdef XAW3D
111
XAW3DINC = -I/usr/include/X11/Xaw3d
111
XAW3DINC = -I/usr/X11R6/include/X11/Xaw3d
112
DUSEXAW3D = -DXAW3D
112
DUSEXAW3D = -DXAW3D
113
XAWLIB = -lXaw3d
113
XAWLIB = -lXaw3d
114
#endif
114
#endif
Lines 154-168 Link Here
154
XCOMM inline functions. With the "INLINE" keyword, you should notice that
154
XCOMM inline functions. With the "INLINE" keyword, you should notice that
155
XCOMM the display will be a bit faster in complex figures
155
XCOMM the display will be a bit faster in complex figures
156
156
157
XCOMM USEINLINE = -DUSE_INLINE
157
USEINLINE = -DUSE_INLINE
158
158
159
XCOMM use (and change) the following if you want the multi-key data base file
159
XCOMM use (and change) the following if you want the multi-key data base file
160
XCOMM somewhere other than the standard X11 library directory
160
XCOMM somewhere other than the standard X11 library directory
161
XCOMM be sure to comment out the second copy of XFIGLIBDIR if you use this one
161
XCOMM be sure to comment out the second copy of XFIGLIBDIR if you use this one
162
XCOMM XFIGLIBDIR = /usr/local/lib/xfig
162
XFIGLIBDIR = /usr/lib/xfig
163
163
164
XCOMM use this if you want the multi-key data base file in the standard X11 tree
164
XCOMM use this if you want the multi-key data base file in the standard X11 tree
165
XFIGLIBDIR = $(LIBDIR)/xfig
165
XCOMM XFIGLIBDIR = $(LIBDIR)/xfig
166
166
167
XCOMM XFIGDOCDIR tells where the html and pdf documentation should go
167
XCOMM XFIGDOCDIR tells where the html and pdf documentation should go
168
XCOMM XFIGDOCDIR = $(DOCDIR)/xfig
168
XCOMM XFIGDOCDIR = $(DOCDIR)/xfig

Return to bug 90799