diff options
author | tnn <tnn> | 2008-05-17 23:26:06 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-17 23:26:06 +0000 |
commit | 8de5eb7bf925e5d03a2be04ae7aacd812bc72a9f (patch) | |
tree | 6689e750d8fdd93f44472d5165318776fe4ad0e6 /chat/libpurple/Makefile.common | |
parent | 271ef7f823bb9447d6bb3a2f3cb144f44d697050 (diff) | |
download | pkgsrc-8de5eb7bf925e5d03a2be04ae7aacd812bc72a9f.tar.gz |
Aggressively disable options in Makefile.common and selectively
enable them in options.mk, through overrides.
Diffstat (limited to 'chat/libpurple/Makefile.common')
-rw-r--r-- | chat/libpurple/Makefile.common | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/chat/libpurple/Makefile.common b/chat/libpurple/Makefile.common index e2a091d35db..4975b3ffd69 100644 --- a/chat/libpurple/Makefile.common +++ b/chat/libpurple/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2008/05/17 22:56:17 tnn Exp $ +# $NetBSD: Makefile.common,v 1.16 2008/05/17 23:26:06 tnn Exp $ # # used by chat/finch/Makefile # used by chat/libpurple/Makefile @@ -27,3 +27,10 @@ CONFIGURE_ARGS+= --disable-consoleui CONFIGURE_ARGS+= --disable-meanwhile CONFIGURE_ARGS+= --disable-gstreamer CONFIGURE_ARGS+= --disable-avahi +CONFIGURE_ARGS+= --disable-perl +CONFIGURE_ARGS+= --disable-tcl +CONFIGURE_ARGS+= --disable-gnutls +CONFIGURE_ARGS+= --disable-nss +CONFIGURE_ARGS+= --disable-dbus +CONFIGURE_ARGS+= --disable-cyrus-sasl +CONFIGURE_ARGS+= --disable-debug |