diff options
author | drochner <drochner@pkgsrc.org> | 2010-12-07 11:51:26 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-12-07 11:51:26 +0000 |
commit | b5d505af6aa5d19282dbc7a0ad604a852b1cc3a2 (patch) | |
tree | aed4b1254933765b6daaa199258740250d9a6f0a | |
parent | b816f2954f329c6bd7d8bad9ea94c5cf55026f6a (diff) | |
download | pkgsrc-b5d505af6aa5d19282dbc7a0ad604a852b1cc3a2.tar.gz |
the problem leading to PR pkg/44181 (PLIST problem) is understood
and reported upstream -- adjust comments
-rw-r--r-- | x11/gnome-panel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 9b8b91c732d..f1b42a0dd85 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.126 2010/12/01 20:21:48 drochner Exp $ +# $NetBSD: Makefile,v 1.127 2010/12/07 11:51:26 drochner Exp $ # DISTNAME= gnome-panel-2.32.1 @@ -29,9 +29,10 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN} # - this is not the standard module location, glib2/modules.mk # does not deal with this yet # - even if called with the correct path, the resulting "giomodule.cache" -# is empty, which looks like another problem +# is empty, due to missing symbols in dynamic loading, see +# https://bugzilla.gnome.org/show_bug.cgi?id=636255 # XXX so for now, just disable "giomodule.cache" creation to fix the -# PLIST problem reported in PR pkg/44181, until the issue is understood +# PLIST problem reported in PR pkg/44181, until the issue is fixed TOOLS_NOOP+= gio-querymodules GCONF_SCHEMAS= clock.schemas |