summaryrefslogtreecommitdiff
path: root/print/transfig/files/patch-ac
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>1997-08-28 04:21:32 +0000
committerChuck Robey <chuckr@FreeBSD.org>1997-08-28 04:21:32 +0000
commit487ef124a6fd1c6d2e0d4521f6142c6d9cd5aed0 (patch)
treeb90c827b8c6ff50b14d17f997f404584712d11de /print/transfig/files/patch-ac
parentUpdate to use ports tcl 8.0 / tk 8.0: (diff)
Bring transfig up to 3.2, so I can bring xfig up to date also.
Submitted by: Brian N. Handy <handy@sag.space.lockheed.com>
Notes
Notes: svn path=/head/; revision=7710
Diffstat (limited to '')
-rw-r--r--print/transfig/files/patch-ac56
1 files changed, 28 insertions, 28 deletions
diff --git a/print/transfig/files/patch-ac b/print/transfig/files/patch-ac
index 14e8db2eb1da..3e265c7d25e1 100644
--- a/print/transfig/files/patch-ac
+++ b/print/transfig/files/patch-ac
@@ -1,44 +1,44 @@
---- fig2dev/Imakefile.orig Thu Aug 17 20:13:51 1995
-+++ fig2dev/Imakefile Fri Aug 9 21:46:00 1996
-@@ -32,10 +32,10 @@
- XCOMM the XPM (color pixmap) package and you would like to allow XPM files.
- XCOMM You need version 3.4c of the XPM package.
+--- 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 XPMDEFINES = -DUSE_XPM
--XCOMM XPMLIBDIR = -L/usr/local/X11/lib
--XCOMM XPMINCDIR = -I/usr/local/X11/include/xpm
--XCOMM XPMLIB = $(XPMLIBDIR) -lXpm -lX11
-+XPMDEFINES = -DUSE_XPM
-+XPMLIBDIR = -L/usr/X11R6/lib
-+XPMINCDIR = -I/usr/X11R6/include/X11
-+XPMLIB = $(XPMLIBDIR) -lXpm -lX11
+-XCOMM USEINLINE = -DUSE_INLINE
++USEINLINE = -DUSE_INLINE
- XCOMM For Linux machines or any machines that have a separate library for
- XCOMM the database management routines, uncomment the following line
-@@ -67,7 +67,7 @@
- XCOMM set JPEGLIBDIR after the #else to the directory where you have the source
- XCOMM for jpeg.
+ 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 #define USEINSTALLEDJPEG
-+#define USEINSTALLEDJPEG
+-XCOMM DDNFSS = -DNFSS
+-XCOMM DDEPSF = -DEPSF
++DDNFSS = -DNFSS
++DDEPSF = -DEPSF
- #define IHaveSubdirs
- #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
-@@ -78,7 +78,7 @@
+ 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
- XCOMM You shouldn't need to change JPEGINCDIR here.
-@@ -95,7 +95,7 @@
- EXTRA_INCLUDES = $(XPMINCDIR)
+@@ -175,10 +175,10 @@
+ INCLUDES = -I.. -I$(JPEGINCDIR)
- LOCAL_LIBRARIES = $(LIBTRANSFIG) -L$(JPEGLIBDIR) -ljpeg
+ 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)
- SRCS = fig2dev.c psfonts.c iso2tex.c arrow.c bound.c\