1998-07-03 16:24:42 +02:00
|
|
|
--- fig2dev/Imakefile.orig Wed Jul 1 01:52:50 1998
|
|
|
|
+++ fig2dev/Imakefile Fri Jul 3 13:34:01 1998
|
|
|
|
@@ -31,7 +31,7 @@
|
|
|
|
XCOMM You should point XFIGLIBDIR to the same directory you did when you compiled
|
|
|
|
XCOMM and installed xfig. This will be made automatic in the future.
|
|
|
|
|
|
|
|
-XFIGLIBDIR = /usr/local/lib/X11/xfig
|
|
|
|
+XFIGLIBDIR = $(PROJECTROOT)/lib/X11/xfig
|
|
|
|
|
|
|
|
XCOMM If your system has the strerror() function (doesn't have sys_errlist) then
|
|
|
|
XCOMM comment out NEED_STRERROR with an XCOMM comment.
|
|
|
|
@@ -57,7 +57,7 @@
|
|
|
|
XCOMM You need version 3.4c of the XPM package.
|
|
|
|
XCOMM
|
1998-02-09 00:20:43 +01:00
|
|
|
|
|
|
|
-XCOMM #define USEXPM
|
|
|
|
+#define USEXPM
|
|
|
|
|
1998-07-03 16:24:42 +02:00
|
|
|
XCOMM For Linux machines or any machines that have a separate library for
|
|
|
|
XCOMM the database management routines, uncomment the following line.
|
|
|
|
@@ -136,7 +136,7 @@
|
1998-02-09 00:20:43 +01:00
|
|
|
#ifdef USEXPM
|
|
|
|
DUSEXPM = -DUSE_XPM
|
|
|
|
XPMLIBDIR = $(USRLIBDIR)
|
|
|
|
-XPMINC = -I$(INCDIR)
|
|
|
|
+XPMINC = -I$(INCDIR)/X11
|
1998-07-03 16:24:42 +02:00
|
|
|
XPMLIBS = -L$(XPMLIBDIR) -lXpm -lX11
|
1998-02-09 00:20:43 +01:00
|
|
|
XPMRGB = XPMRGB=$(LIBDIR)/rgb
|
1998-07-03 16:24:42 +02:00
|
|
|
XPMDBM = $(USE_NDBM)
|
|
|
|
@@ -153,8 +153,8 @@
|
|
|
|
DUSEJPEG = -DUSE_JPEG
|
1998-02-09 00:20:43 +01:00
|
|
|
|
|
|
|
#ifdef USEINSTALLEDJPEG
|
|
|
|
-JPEGLIBDIR = /usr/local/lib
|
|
|
|
-JPEGINCDIR = /usr/include/X11
|
|
|
|
+JPEGLIBDIR = $(LOCALBASE)/lib
|
|
|
|
+JPEGINCDIR = $(LOCALBASE)/include
|
|
|
|
JPEGLIB = -L$(JPEGLIBDIR) -ljpeg
|
|
|
|
#else
|
1998-07-03 16:24:42 +02:00
|
|
|
XCOMM this is relative to this directory (transfig/fig2dev)
|