pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/libchamplain012



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec 26 14:35:31 UTC 2017

Modified Files:
        pkgsrc/geography/libchamplain012: Makefile

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

Addresses PR 52863 by John D. Baker.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/libchamplain012/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/libchamplain012/Makefile
diff -u pkgsrc/geography/libchamplain012/Makefile:1.12 pkgsrc/geography/libchamplain012/Makefile:1.13
--- pkgsrc/geography/libchamplain012/Makefile:1.12      Thu Nov 30 16:45:03 2017
+++ pkgsrc/geography/libchamplain012/Makefile   Tue Dec 26 14:35:31 2017
@@ -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 @@ GNU_CONFIGURE=        yes
 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 @@ PKGCONFIG_OVERRIDE+=  champlain.pc.in
 .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