pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/pidgin pidgin: Fix building with d-bus enabled



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6ad00200073
branches:  trunk
changeset: 345910:e6ad00200073
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Dec 21 21:08:42 2019 +0000

description:
pidgin: Fix building with d-bus enabled

diffstat:

 chat/pidgin/options.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4f3cc1f2dc18 -r e6ad00200073 chat/pidgin/options.mk
--- a/chat/pidgin/options.mk    Sat Dec 21 20:46:27 2019 +0000
+++ b/chat/pidgin/options.mk    Sat Dec 21 21:08:42 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2016/01/14 23:12:41 wiz Exp $
+# $NetBSD: options.mk,v 1.17 2019/12/21 21:08:42 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.pidgin
 PKG_SUPPORTED_OPTIONS+=                dbus debug gtkspell x11
@@ -11,6 +11,8 @@
 .if !empty(PKG_OPTIONS:Mdbus)
 CONFIGURE_ARGS+=       --enable-dbus
 PLIST.dbus=            yes
+PYTHON_FOR_BUILD_ONLY= tool
+.  include "../../lang/python/tool.mk"
 .  include "../../sysutils/dbus/buildlink3.mk"
 .  include "../../sysutils/dbus-glib/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index