summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-benchmarks/siege/siege-2.55.ebuild')
-rw-r--r--app-benchmarks/siege/siege-2.55.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-benchmarks/siege/siege-2.55.ebuild b/app-benchmarks/siege/siege-2.55.ebuild
index ef497782b630..1af690c4d49d 100644
--- a/app-benchmarks/siege/siege-2.55.ebuild
+++ b/app-benchmarks/siege/siege-2.55.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.55.ebuild,v 1.7 2003/09/06 22:14:37 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.55.ebuild,v 1.8 2003/10/16 21:04:02 pyrania Exp $
DESCRIPTION="An http regression testing and benchmarking utility"
SRC_URI="ftp://ftp.armstrong.com/pub/siege/${P}.tar.gz"
@@ -14,6 +14,7 @@ IUSE="ssl"
DEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )"
src_compile() {
+ epatch ${FILESDIR}/siege-gentoo_openssl.patch
local myconf
use ssl && myconf="--with-ssl" || myconf="--with-ssl=off"
econf ${myconf}