blob: 3e265c7d25e18c9881e51e6f78e58952414aaf98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
--- fig2dev/Imakefile.orig Mon Aug 25 20:51:04 1997
+++ fig2dev/Imakefile Mon Aug 25 20:54:14 1997
@@ -37,7 +37,7 @@
XCOMM inline functions. With the "INLINE" keyword, you should notice that
XCOMM the display will be a bit faster in complex figures
-XCOMM USEINLINE = -DUSE_INLINE
+USEINLINE = -DUSE_INLINE
XCOMM Uncomment the XPM variables here if you have the XPM (color pixmap)
XCOMM package and you would like to allow XPM files.
@@ -100,8 +100,8 @@
XCOMM Hint: Users of LaTeX2e will probably want to include both of these
XCOMM options; users of LaTeX 2.09 will probably want to include neither.
-XCOMM DDNFSS = -DNFSS
-XCOMM DDEPSF = -DEPSF
+DDNFSS = -DNFSS
+DDEPSF = -DEPSF
XCOMM For Linux machines or any machines that have a separate library for
XCOMM the database management routines, uncomment the following line
@@ -138,7 +138,7 @@
#ifdef USEINSTALLEDJPEG
JPEGLIBDIR = /usr/local/lib
-JPEGINCDIR = /usr/include/X11
+JPEGINCDIR = /usr/local/include
JPEGLIB = -L$(JPEGLIBDIR) -ljpeg
#else
JPEGLIBDIR = ../../jpeg
@@ -175,10 +175,10 @@
INCLUDES = -I.. -I$(JPEGINCDIR)
LOCAL_LIBRARIES = $(LIBTRANSFIG) $(JPEGLIB)
-#if defined(NetBSDArchitecture)
+#if defined(NetBSDArchitecture)
SYS_LIBRARIES = $(XPMLIB) $(DBMLIB) -lm -lcompat
#else
-SYS_LIBRARIES = $(XPMLIB) $(DBMLIB) -lm
+SYS_LIBRARIES = $(XPMLIB) $(DBMLIB) -lm -lcompat
#endif
DEPLIBS = $(LIBTRANSFIG)
|