pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gphoto2 Add same fix for new libexif as in li...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cd700d9a4e1
branches:  trunk
changeset: 505769:9cd700d9a4e1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 07 11:28:35 2006 +0000

description:
Add same fix for new libexif as in libgphoto2. Noted needed by veego.

diffstat:

 graphics/gphoto2/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 16f19748f867 -r 9cd700d9a4e1 graphics/gphoto2/Makefile
--- a/graphics/gphoto2/Makefile Sat Jan 07 11:07:49 2006 +0000
+++ b/graphics/gphoto2/Makefile Sat Jan 07 11:28:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2005/08/10 20:56:17 jlam Exp $
+# $NetBSD: Makefile,v 1.35 2006/01/07 11:28:35 wiz Exp $
 
 DISTNAME=      gphoto2-2.1.6
 CATEGORIES=    graphics
@@ -20,6 +20,12 @@
 CONFIGURE_ARGS+=       --with-exif-prefix=${BUILDLINK_PREFIX.libexif}
 CONFIGURE_ARGS+=       --with-jpeg-prefix=${BUILDLINK_PREFIX.jpeg}
 
+SUBST_CLASSES+=                libexif-update
+SUBST_STAGE.libexif-update=    pre-configure
+SUBST_MESSAGE.libexif-update=  Fix configure script checks for libexif-0.6.13
+SUBST_FILES.libexif-update=    configure
+SUBST_SED.libexif-update=      s,exif-,libexif/exif-,g
+
 # readline detection is currently broken since -ltermcap isn't passed as
 # part of the library check.
 #



Home | Main Index | Thread Index | Old Index