pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/pidgin



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar  2 14:56:53 UTC 2023

Modified Files:
        pkgsrc/chat/pidgin: options.mk

Log Message:
pidgin: explicitly disable dbus option if it's turned off


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/chat/pidgin/options.mk

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

Modified files:

Index: pkgsrc/chat/pidgin/options.mk
diff -u pkgsrc/chat/pidgin/options.mk:1.22 pkgsrc/chat/pidgin/options.mk:1.23
--- pkgsrc/chat/pidgin/options.mk:1.22  Mon Jan 23 21:05:39 2023
+++ pkgsrc/chat/pidgin/options.mk       Thu Mar  2 14:56:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.22 2023/01/23 21:05:39 triaxx Exp $
+# $NetBSD: options.mk,v 1.23 2023/03/02 14:56:53 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.pidgin
 PKG_SUPPORTED_OPTIONS+=                dbus debug gtkspell
@@ -21,6 +21,8 @@ PYTHON_FOR_BUILD_ONLY=        tool
 .  include "../../lang/python/tool.mk"
 .  include "../../sysutils/dbus/buildlink3.mk"
 .  include "../../sysutils/dbus-glib/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=       --disable-dbus
 .endif
 
 .if !empty(PKG_OPTIONS:Mgtkspell)



Home | Main Index | Thread Index | Old Index