pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/libpurple Always pass --disable-nm (NetWorkManage...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2aee606811e0
branches:  trunk
changeset: 542589:2aee606811e0
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu May 22 10:11:57 2008 +0000

description:
Always pass --disable-nm (NetWorkManager, a Linux specific thing)
Otherwise libpurple insists on having it if the dbus option is enabled.
>From David Brownlee.

diffstat:

 chat/libpurple/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 79be4095dc35 -r 2aee606811e0 chat/libpurple/Makefile.common
--- a/chat/libpurple/Makefile.common    Thu May 22 03:11:16 2008 +0000
+++ b/chat/libpurple/Makefile.common    Thu May 22 10:11:57 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2008/05/17 23:26:06 tnn Exp $
+# $NetBSD: Makefile.common,v 1.17 2008/05/22 10:11:57 tnn Exp $
 #
 # used by chat/finch/Makefile
 # used by chat/libpurple/Makefile
@@ -34,3 +34,4 @@
 CONFIGURE_ARGS+=       --disable-dbus
 CONFIGURE_ARGS+=       --disable-cyrus-sasl
 CONFIGURE_ARGS+=       --disable-debug
+CONFIGURE_ARGS+=       --disable-nm



Home | Main Index | Thread Index | Old Index