diff options
author | wiz <wiz> | 2002-12-23 22:40:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-12-23 22:40:43 +0000 |
commit | 118d79b0c26203990afc6f912a59535bcd6bbeed (patch) | |
tree | dd11ae1d0f65fc4aca0c8a76226221f83b0e1740 /graphics/libexif/Makefile | |
parent | feea008a10d638b220c3e0c0260425af1f9dec4a (diff) | |
download | pkgsrc-118d79b0c26203990afc6f912a59535bcd6bbeed.tar.gz |
Update to 0.5.7, mostly bugfixes and more translations.
* libexif/exif-data.h: Introduce an array of ExifContents. This
doesn't break binary compatibility, but it breaks compilation.
Do something like "%s/->ifd_0/->ifd[EXIF_IFD_0]" in your source
code to make it compile again.
Diffstat (limited to 'graphics/libexif/Makefile')
-rw-r--r-- | graphics/libexif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index 69a614a84ac..01b1b7a5870 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2002/12/01 13:49:41 salo Exp $ +# $NetBSD: Makefile,v 1.8 2002/12/23 22:40:43 wiz Exp $ -DISTNAME= libexif-0.5.3 +DISTNAME= libexif-0.5.7 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/} EXTRACT_SUFX= .tar.bz2 |