diff options
author | drochner <drochner@pkgsrc.org> | 2010-12-03 16:51:04 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-12-03 16:51:04 +0000 |
commit | 949cca9a98b3c0a4d711c0dbf21376fd523e8bba (patch) | |
tree | 0ac73f88ddd41b00354c71d89051045d9b7e8563 /graphics/libgexiv2/Makefile | |
parent | 04caa5bfc25a2aae474ff848655f536f8a54efd9 (diff) | |
download | pkgsrc-949cca9a98b3c0a4d711c0dbf21376fd523e8bba.tar.gz |
add patch from upstream (trac changeset 2260) to fix crash when importing
photos with weird Exif tags (upstream ticket #2514)
bump PKGREVISION
Diffstat (limited to 'graphics/libgexiv2/Makefile')
-rw-r--r-- | graphics/libgexiv2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/libgexiv2/Makefile b/graphics/libgexiv2/Makefile index df92b948d25..f5994642fa6 100644 --- a/graphics/libgexiv2/Makefile +++ b/graphics/libgexiv2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2010/11/17 08:45:55 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2010/12/03 16:51:04 drochner Exp $ # DISTNAME= libgexiv2-0.2.1 +PKGREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= http://yorba.org/download/gexiv2/0.2/ EXTRACT_SUFX= .tar.bz2 @@ -26,5 +27,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} PKGCONFIG_OVERRIDE= gexiv2.m4 .include "../../devel/glib2/buildlink3.mk" +# incompatible API changes in 0.21 +BUILDLINK_API_DEPENDS.exiv2+= exiv2<0.21 .include "../../graphics/exiv2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |