summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"