summaryrefslogtreecommitdiff
path: root/chat/libpurple
diff options
context:
space:
mode:
authortnn <tnn>2008-05-22 10:11:57 +0000
committertnn <tnn>2008-05-22 10:11:57 +0000
commit57a83250fa682a42bfd924b6ce082649bf0f5604 (patch)
treedf556281c7eb21bdc8678d0e9dbc3b7e9f3f132f /chat/libpurple
parent89ce2cc33f75b074699e39bb990fd0a25c1406e1 (diff)
downloadpkgsrc-57a83250fa682a42bfd924b6ce082649bf0f5604.tar.gz
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 (limited to 'chat/libpurple')
-rw-r--r--chat/libpurple/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/libpurple/Makefile.common b/chat/libpurple/Makefile.common
index 4975b3ffd69..8590abc754e 100644
--- a/chat/libpurple/Makefile.common
+++ b/chat/libpurple/Makefile.common
@@ -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-nss
CONFIGURE_ARGS+= --disable-dbus
CONFIGURE_ARGS+= --disable-cyrus-sasl
CONFIGURE_ARGS+= --disable-debug
+CONFIGURE_ARGS+= --disable-nm