diff options
author | 2009-04-18 06:22:00 +0000 | |
---|---|---|
committer | 2009-04-18 06:22:00 +0000 | |
commit | 76c59e5aadf26a3f1194cf48c87d98af7a064797 (patch) | |
tree | 61be790b40f42d11ac0dc1f78d3e431419d1e64d /net-analyzer/snort | |
parent | whitespace (diff) | |
download | gentoo-2-76c59e5aadf26a3f1194cf48c87d98af7a064797.tar.gz gentoo-2-76c59e5aadf26a3f1194cf48c87d98af7a064797.tar.bz2 gentoo-2-76c59e5aadf26a3f1194cf48c87d98af7a064797.zip |
whitespace
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/snort')
-rw-r--r-- | net-analyzer/snort/snort-2.8.4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-analyzer/snort/snort-2.8.4.ebuild b/net-analyzer/snort/snort-2.8.4.ebuild index 3e71d69bf439..c057d61d2161 100644 --- a/net-analyzer/snort/snort-2.8.4.ebuild +++ b/net-analyzer/snort/snort-2.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.4.ebuild,v 1.1 2009/04/17 12:05:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.4.ebuild,v 1.2 2009/04/18 06:22:00 mr_bones_ Exp $ AT_M4DIR=m4 @@ -131,7 +131,7 @@ src_compile() { #are used. Here is the error... #ERROR! --enable-react cannot be used with --enable-flexresp #because it is AUTOMATICALLY enabled with --enable-flexresp - #Given that --enable-flexresp is enable we know that + #Given that --enable-flexresp is enable we know that #--disable-flexresp2 should be used if use react; then myconf="${myconf} --enable-react --disable-flexresp2" @@ -145,7 +145,6 @@ src_compile() { myconf="${myconf} --disable-dynamicplugin" fi - # USE flages 'targetbased' and 'inline-init-failopen' require threads #Only 'threads' is set here. 'targetbased' and 'inline-init-failopen' are set below via econf. if use targetbased || use inline-init-failopen || use threads; then @@ -166,7 +165,7 @@ src_compile() { myconf="${myconf} --disable-inline" fi -#The --enable-<feature> options... +#The --enable-<feature> options... #'static' 'threads' 'react' 'flexresp' 'flexresp2' 'inline' 'dynamicplugin' # are configured above due to dependancy/conflict issues. |