diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-22 10:11:57 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-22 10:11:57 +0000 |
commit | 301813c6c4887b69b94ecbf909dd979821076832 (patch) | |
tree | df556281c7eb21bdc8678d0e9dbc3b7e9f3f132f /chat | |
parent | c5257bf96c059534d94652a46f973da3b26a6f34 (diff) | |
download | pkgsrc-301813c6c4887b69b94ecbf909dd979821076832.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')
-rw-r--r-- | chat/libpurple/Makefile.common | 3 |
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 |