summaryrefslogtreecommitdiff
path: root/devel/libgphoto2
diff options
context:
space:
mode:
authorwiz <wiz>2006-01-07 01:56:24 +0000
committerwiz <wiz>2006-01-07 01:56:24 +0000
commit5d8e372ef950046a70c06b200c13d317a676c532 (patch)
treec71eafec6f2f6084072e468ffc77b6d2e80f1490 /devel/libgphoto2
parentc998979ab4f036affb5c05d6d03100976258cec5 (diff)
downloadpkgsrc-5d8e372ef950046a70c06b200c13d317a676c532.tar.gz
Fix configure script to detect libexif header files correctly,
even with 0.6.13. Reported broken by veego@ and tron@.
Diffstat (limited to 'devel/libgphoto2')
-rw-r--r--devel/libgphoto2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libgphoto2/Makefile b/devel/libgphoto2/Makefile
index 6e4c088d432..6d58b5ad624 100644
--- a/devel/libgphoto2/Makefile
+++ b/devel/libgphoto2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/08/10 20:56:15 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2006/01/07 01:56:24 wiz Exp $
#
DISTNAME= libgphoto2-2.1.6
@@ -17,6 +17,12 @@ PKGCONFIG_OVERRIDE+= libgphoto2/libgphoto2.pc.in
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
+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
+
.include "../../mk/bsd.prefs.mk"
.include "../../devel/gettext-lib/buildlink3.mk"