pkgsrc/graphics/urt/patches/patch-ad
agc 8121109e7f Addition of Utah Raster Toolkit, version 3.1b1 (a toolkit and library
for raster image processing), to the NetBSD packages collection.  This
was taken originally from the FreeBSD port, but hacked around by
myself to make it work properly on NetBSD.
1998-08-24 16:55:35 +00:00

16 lines
406 B
Text

$NetBSD: patch-ad,v 1.1 1998/08/24 16:55:36 agc Exp $
Make sure that we don't override the PBMDIR definition that was
carefully set up in config/urt
--- cnv/makefile.src 1998/08/24 15:26:04 1.1
+++ cnv/makefile.src 1998/08/24 15:26:19
@@ -71,7 +71,7 @@
#ifdef PBMPLUS
#emit PBMDIR
-PBMDIR =
+#PBMDIR =
# pgmtorle - pgm format to RLE
# ppmtorle - ppm format to RLE
# rletoppm - RLE to ppm format