pkgsrc/graphics/py-goocanvas/patches/patch-aa
obache ffc9766fcf Update PyGooCanvas to 0.14.1.
PyGooCanvas 0.14.1      (May 10 2009)
==================

 o Fix a segfault due to an API change in PycCairo (Gian Mario)
 o Autogenerate the ChangeLog from git logs (Gian Mario)
 o Fix the build when using libtool 2.x (Gian Mario)
 o Make the required changes after the switch to git (Gian Mario)
2009-05-13 13:00:48 +00:00

16 lines
552 B
Text

$NetBSD: patch-aa,v 1.2 2009/05/13 13:00:48 obache Exp $
Portability fix:
http://bugzilla.gnome.org/show_bug.cgi?id=582057
--- configure.orig 2009-05-10 08:45:29.000000000 +0000
+++ configure
@@ -13450,7 +13450,7 @@ fi
fi
fi
-if test x$enable_docs == xyes; then
+if test x$enable_docs = xyes; then
if ! $PKG_CONFIG "pygobject-2.0 >= 2.11.3"; then
{ $as_echo "$as_me:$LINENO: WARNING: pygobject-2.0 < 2.11.3; disabling generation of docs" >&5
$as_echo "$as_me: WARNING: pygobject-2.0 < 2.11.3; disabling generation of docs" >&2;}