diff options
author | obache <obache@pkgsrc.org> | 2009-05-13 13:00:48 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-05-13 13:00:48 +0000 |
commit | 6075cc3919d86c8f435faac81a22c6fdc1da4317 (patch) | |
tree | b3ee4eed4a06c6de0918614496d08d11d2190752 /graphics/py-goocanvas/patches | |
parent | a25c300ee193e064567da88a3490cd97158219e4 (diff) | |
download | pkgsrc-6075cc3919d86c8f435faac81a22c6fdc1da4317.tar.gz |
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)
Diffstat (limited to 'graphics/py-goocanvas/patches')
-rw-r--r-- | graphics/py-goocanvas/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/py-goocanvas/patches/patch-aa b/graphics/py-goocanvas/patches/patch-aa index 777001a1ca7..3d58b77056e 100644 --- a/graphics/py-goocanvas/patches/patch-aa +++ b/graphics/py-goocanvas/patches/patch-aa @@ -1,16 +1,16 @@ -$NetBSD: patch-aa,v 1.1.1.1 2009/05/10 11:39:26 obache Exp $ +$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-03-17 21:28:37.000000000 +0000 +--- configure.orig 2009-05-10 08:45:29.000000000 +0000 +++ configure -@@ -11801,7 +11801,7 @@ fi +@@ -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 - { echo "$as_me:$LINENO: WARNING: pygobject-2.0 < 2.11.3; disabling generation of docs" >&5 - echo "$as_me: WARNING: pygobject-2.0 < 2.11.3; disabling generation of docs" >&2;} + { $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;} |