diff options
author | itohy <itohy@pkgsrc.org> | 2000-06-22 08:13:14 +0000 |
---|---|---|
committer | itohy <itohy@pkgsrc.org> | 2000-06-22 08:13:14 +0000 |
commit | 25a1ee517a8636677f2c3413a9e25288bf8499ef (patch) | |
tree | 87cb78ab3c7fcff7004e29f4bacd41c401b079ed /print | |
parent | 82c5466d007c8366461ca27e5af9886dde2b8281 (diff) | |
download | pkgsrc-25a1ee517a8636677f2c3413a9e25288bf8499ef.tar.gz |
Fix fig2dev Imakefile.
Diffstat (limited to 'print')
-rw-r--r-- | print/transfig/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/transfig/patches/patch-ab b/print/transfig/patches/patch-ab new file mode 100644 index 00000000000..d64cc1de575 --- /dev/null +++ b/print/transfig/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2000/06/22 08:13:14 itohy Exp $ + +--- fig2dev/dev/Imakefile.orig Thu Jan 6 03:30:09 2000 ++++ fig2dev/dev/Imakefile Thu Jun 22 00:03:53 2000 +@@ -22,7 +22,7 @@ + XCOMM the party supplying this software to the X Consortium. + + INCLUDES = -I.. -I../.. +-#ifdef JPEGINCDIR ++#ifdef USE_JPEG + JPEGINC = -I$(JPEGINCDIR) + #endif + |