diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-20 17:56:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-20 17:56:36 +0000 |
commit | 7f2cd475d3b3934cb73f296dd80c1c10b6048cd1 (patch) | |
tree | d61fa3971a13d2bcfd58388f184814eac5cf19b2 /graphics/tiff/Makefile | |
parent | 03f43858f48dc8c1223436da709ed4f6761eb0d9 (diff) | |
download | pkgsrc-7f2cd475d3b3934cb73f296dd80c1c10b6048cd1.tar.gz |
Include stddef.h instead of defining NULL manually. This fixes
the inclusion of tiffio.h from C++ as seen in digikam.
Bump revision.
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r-- | graphics/tiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index ef9064548d0..387353dc811 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.74 2005/12/31 00:07:36 wiz Exp $ +# $NetBSD: Makefile,v 1.75 2006/02/20 17:56:36 joerg Exp $ DISTNAME= tiff-3.8.0 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://libtiff.maptools.org/dl/ |