pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/libchamplain012 libchamplain012: Fix build b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfef0fd6e425
branches:  trunk
changeset: 373057:dfef0fd6e425
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 26 14:35:31 2017 +0000

description:
libchamplain012: Fix build by not depending on gtk-doc.

Addresses PR 52863 by John D. Baker.

diffstat:

 geography/libchamplain012/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 0b47f88c53cc -r dfef0fd6e425 geography/libchamplain012/Makefile
--- a/geography/libchamplain012/Makefile        Tue Dec 26 13:26:54 2017 +0000
+++ b/geography/libchamplain012/Makefile        Tue Dec 26 14:35:31 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/11/30 16:45:03 adam Exp $
+# $NetBSD: Makefile,v 1.13 2017/12/26 14:35:31 wiz Exp $
 
 DISTNAME=      libchamplain-0.12.10
 PKGNAME=       libchamplain012-0.12.10
@@ -16,7 +16,7 @@
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake pkg-config
 
-CONFIGURE_ARGS+=--enable-gtk-doc
+CONFIGURE_ARGS+=--disable-gtk-doc
 CONFIGURE_ARGS+=--enable-memphis
 
 PKGCONFIG_OVERRIDE+=   champlain-gtk.pc.in
@@ -28,6 +28,6 @@
 .include "../../graphics/clutter/buildlink3.mk"
 .include "../../graphics/clutter-gtk/buildlink3.mk"
 .include "../../net/libsoup/buildlink3.mk"
-.include "../../textproc/gtk-doc/buildlink3.mk"
+#.include "../../textproc/gtk-doc/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index