mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
487ef124a6
Submitted by: Brian N. Handy <handy@sag.space.lockheed.com>
45 lines
1.4 KiB
Plaintext
45 lines
1.4 KiB
Plaintext
--- 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)
|
|
|