1999-01-26 02:42:34 +00:00
|
|
|
--- fig2dev/Imakefile.orig Wed Jul 1 08:52:50 1998
|
|
|
|
+++ fig2dev/Imakefile Tue Jan 19 11:14:16 1999
|
|
|
|
@@ -42,7 +42,7 @@
|
1997-08-28 04:21:32 +00:00
|
|
|
XCOMM inline functions. With the "INLINE" keyword, you should notice that
|
|
|
|
XCOMM the display will be a bit faster in complex figures
|
1995-01-28 18:37:02 +00:00
|
|
|
|
1997-08-28 04:21:32 +00:00
|
|
|
-XCOMM USEINLINE = -DUSE_INLINE
|
|
|
|
+USEINLINE = -DUSE_INLINE
|
1995-01-28 18:37:02 +00:00
|
|
|
|
1999-01-26 02:42:34 +00:00
|
|
|
XCOMM Unomment the #define for USEXPM if you want to use the XPM
|
|
|
|
XCOMM (color pixmap) package.
|
|
|
|
@@ -112,11 +112,11 @@
|
1998-04-30 16:35:33 +00:00
|
|
|
|
|
|
|
XCOMM Uncomment the next line if you want use Japanese (i18n) on xfig.
|
|
|
|
|
1999-01-26 02:42:34 +00:00
|
|
|
-XCOMM #define I18N
|
|
|
|
+#define I18N
|
|
|
|
|
|
|
|
#ifdef I18N
|
|
|
|
I18N_DEFS = -DI18N
|
|
|
|
-I18N_DEV_DEFS = $(I18N_DEFS) -DFIG2DEV_LIBDIR='\"/usr/local/lib/fig2dev\"'
|
1998-04-30 16:35:33 +00:00
|
|
|
+I18N_DEV_DEFS = $(I18N_DEFS) -DFIG2DEV_LIBDIR='\"$(PREFIX)/lib/X11/fig2dev\"'
|
1999-01-26 02:42:34 +00:00
|
|
|
#endif
|
1998-04-30 16:35:33 +00:00
|
|
|
|
|
|
|
DEFINES = $(NEED_STRERROR) $(HAVE_NO_STRCASECMP) $(HAVE_NO_STRNCASECMP) $(USEINLINE) \
|
1999-01-26 02:42:34 +00:00
|
|
|
@@ -154,7 +154,7 @@
|
1996-08-10 02:10:40 +00:00
|
|
|
|
|
|
|
#ifdef USEINSTALLEDJPEG
|
|
|
|
JPEGLIBDIR = /usr/local/lib
|
|
|
|
-JPEGINCDIR = /usr/include/X11
|
|
|
|
+JPEGINCDIR = /usr/local/include
|
1997-08-28 04:21:32 +00:00
|
|
|
JPEGLIB = -L$(JPEGLIBDIR) -ljpeg
|
1996-08-10 02:10:40 +00:00
|
|
|
#else
|
1999-01-26 02:42:34 +00:00
|
|
|
XCOMM this is relative to this directory (transfig/fig2dev)
|
|
|
|
@@ -182,7 +182,7 @@
|
|
|
|
INCLUDES = -I..
|
1996-08-10 02:10:40 +00:00
|
|
|
|
1997-08-28 04:21:32 +00:00
|
|
|
LOCAL_LIBRARIES = $(LIBTRANSFIG) $(JPEGLIB)
|
|
|
|
-#if defined(NetBSDArchitecture)
|
1999-01-26 02:42:34 +00:00
|
|
|
+#if defined(NetBSDArchitecture) || defined(FreeBSDArchitecture)
|
|
|
|
SYS_LIBRARIES = $(XPMLIBS) $(DBMLIB) -lm -lcompat
|
1997-08-28 04:21:32 +00:00
|
|
|
#else
|
1999-01-26 02:42:34 +00:00
|
|
|
SYS_LIBRARIES = $(XPMLIBS) $(DBMLIB) -lm
|