openbsd-ports/print/transfig/patches/patch-ac

21 lines
652 B
Plaintext
Raw Normal View History

1998-07-04 00:41:22 -04:00
--- fig2dev/Imakefile.orig Tue Jun 30 16:52:50 1998
+++ fig2dev/Imakefile Fri Jul 3 21:19:57 1998
@@ -42,7 +42,7 @@
1997-12-02 23:15:28 -05:00
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
1998-07-04 00:41:22 -04:00
XCOMM Unomment the #define for USEXPM if you want to use the XPM
XCOMM (color pixmap) package.
@@ -154,7 +154,7 @@
1997-12-02 23:15:28 -05:00
#ifdef USEINSTALLEDJPEG
JPEGLIBDIR = /usr/local/lib
-JPEGINCDIR = /usr/include/X11
+JPEGINCDIR = /usr/local/include
JPEGLIB = -L$(JPEGLIBDIR) -ljpeg
#else
1998-07-04 00:41:22 -04:00
XCOMM this is relative to this directory (transfig/fig2dev)