1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/print/transfig/files/patch-ac
Satoshi Asami 2fca486976 Upgrade, 3.1 -> 3.1.1
Submitted by:	"Philippe Charnier" <charnier@lirmm.fr>
1995-01-28 18:37:02 +00:00

28 lines
937 B
Plaintext

diff -u -r1.1 fig2dev/Imakefile
--- 1.1 1995/01/25 20:55:22
+++ fig2dev/Imakefile 1995/01/25 21:26:14
@@ -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.
-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 For Linux machines or any machines that have a separate library for
XCOMM the database management routines, uncomment the following line
@@ -73,7 +73,7 @@
arrow.o bound.o free.o read.o read1_3.o latex_line.o $(STRSTRO) \
dev/libtransfig.a
-SYS_LIBRARIES = $(XPMLIB) $(DBMLIB) -lm
+SYS_LIBRARIES = $(XPMLIB) $(DBMLIB) -lm -lcompat
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))