diff options
author | Christian Parpart <trapni@gentoo.org> | 2007-02-02 08:42:38 +0000 |
---|---|---|
committer | Christian Parpart <trapni@gentoo.org> | 2007-02-02 08:42:38 +0000 |
commit | b60e6f05530b3a113f4aaeaaf3b31230d10c61e4 (patch) | |
tree | 90819de56ae10baabbc12de64061093003478de5 /net-misc/yacsd/yacsd-0.6.0_pre20070202.ebuild | |
parent | manifest update (diff) | |
download | overlay-b60e6f05530b3a113f4aaeaaf3b31230d10c61e4.tar.gz overlay-b60e6f05530b3a113f4aaeaaf3b31230d10c61e4.tar.bz2 overlay-b60e6f05530b3a113f4aaeaaf3b31230d10c61e4.zip |
be more explicit to ./configure options
svn path=/overlay/; revision=8
Diffstat (limited to 'net-misc/yacsd/yacsd-0.6.0_pre20070202.ebuild')
-rw-r--r-- | net-misc/yacsd/yacsd-0.6.0_pre20070202.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-misc/yacsd/yacsd-0.6.0_pre20070202.ebuild b/net-misc/yacsd/yacsd-0.6.0_pre20070202.ebuild index 2b0c49d..e846b73 100644 --- a/net-misc/yacsd/yacsd-0.6.0_pre20070202.ebuild +++ b/net-misc/yacsd/yacsd-0.6.0_pre20070202.ebuild @@ -47,6 +47,8 @@ src_compile() { --without-libyacsutil \ --without-libyacsclient \ --with-server \ + --without-mod_ychatstream \ + --without-mod_transform-plugins \ || die "./configure for ABI ${ABI} failed" cd server/ || die |