diff options
author | hubertf <hubertf> | 1998-02-08 23:20:43 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-08 23:20:43 +0000 |
commit | 494436464ac74a6483055b4d695a1700130a8086 (patch) | |
tree | 4b71f5b82abe2356e62cf9d53bf9ec41c5cc8c9a /print/transfig/patches | |
parent | e051d64679a956f473c46e7fe5c441c3b9707705 (diff) | |
download | pkgsrc-494436464ac74a6483055b4d695a1700130a8086.tar.gz |
Via PR 4822 by garbled@garbled.futureone.com
Diffstat (limited to 'print/transfig/patches')
-rw-r--r-- | print/transfig/patches/patch-aa | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/print/transfig/patches/patch-aa b/print/transfig/patches/patch-aa new file mode 100644 index 00000000000..bdb85b08af5 --- /dev/null +++ b/print/transfig/patches/patch-aa @@ -0,0 +1,31 @@ +--- fig2dev/Imakefile.orig Fri Aug 22 23:33:55 1997 ++++ fig2dev/Imakefile Sun Feb 8 15:57:10 1998 +@@ -54,7 +54,7 @@ + XCOMM Finally, if your system doesn't have ndbm (the 'new' database subroutines) + XCOMM remove the -DNDBM from the XPMDBM definition. + +-XCOMM #define USEXPM ++#define USEXPM + + XCOMM If you don't have the JPEG library or don't want to use JPEG, comment + XCOMM out the following line +@@ -78,7 +78,7 @@ + #ifdef USEXPM + DUSEXPM = -DUSE_XPM + XPMLIBDIR = $(USRLIBDIR) +-XPMINC = -I$(INCDIR) ++XPMINC = -I$(INCDIR)/X11 + XPMLIB = -L$(XPMLIBDIR) -lXpm -lX11 + XPMRGB = XPMRGB=$(LIBDIR)/rgb + XPMDBM = -DNDBM +@@ -137,8 +137,8 @@ + #ifdef USEJPEG + + #ifdef USEINSTALLEDJPEG +-JPEGLIBDIR = /usr/local/lib +-JPEGINCDIR = /usr/include/X11 ++JPEGLIBDIR = $(LOCALBASE)/lib ++JPEGINCDIR = $(LOCALBASE)/include + JPEGLIB = -L$(JPEGLIBDIR) -ljpeg + #else + JPEGLIBDIR = ../../jpeg |