summaryrefslogtreecommitdiff
path: root/devel/libgphoto2
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2015-09-01 20:52:06 +0000
committermarkd <markd@pkgsrc.org>2015-09-01 20:52:06 +0000
commit52563ad3b210874590ac95c5c5a8c162380d51dc (patch)
tree0d4740d65c59b0f738169ea54f69c30758fae243 /devel/libgphoto2
parentd86156c41e991fd6f67c8cd43aa9acd807dc544d (diff)
downloadpkgsrc-52563ad3b210874590ac95c5c5a8c162380d51dc.tar.gz
Don't try to use libgd if configure finds one.
Diffstat (limited to 'devel/libgphoto2')
-rw-r--r--devel/libgphoto2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libgphoto2/Makefile b/devel/libgphoto2/Makefile
index 1dfa030ad48..220880eabb5 100644
--- a/devel/libgphoto2/Makefile
+++ b/devel/libgphoto2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2015/08/23 14:17:05 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2015/09/01 20:52:06 markd Exp $
DISTNAME= libgphoto2-2.5.8
CATEGORIES= devel graphics
@@ -17,6 +17,7 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_path_DOXYGEN=false
+CONFIGURE_ARGS+= --with-gdlib=no
PKGCONFIG_OVERRIDE+= libgphoto2.pc.in libgphoto2_port/libgphoto2_port.pc.in
.include "../../mk/bsd.prefs.mk"