diff options
author | tnn <tnn> | 2008-05-22 10:11:57 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-22 10:11:57 +0000 |
commit | 57a83250fa682a42bfd924b6ce082649bf0f5604 (patch) | |
tree | df556281c7eb21bdc8678d0e9dbc3b7e9f3f132f /chat/libpurple/Makefile.common | |
parent | 89ce2cc33f75b074699e39bb990fd0a25c1406e1 (diff) | |
download | pkgsrc-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/Makefile.common')
-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 |