summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-04 00:49:01 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-04 00:49:01 +0000
commit5298238b0bfe6a5166bd35721cc0533924ba1b50 (patch)
tree7da5e99c21164a1bf4f4ad960b3c2773a01905af /net-libs/wvstreams
parentTurn on fullscreen support. (diff)
downloadhistorical-5298238b0bfe6a5166bd35721cc0533924ba1b50.tar.gz
historical-5298238b0bfe6a5166bd35721cc0533924ba1b50.tar.bz2
historical-5298238b0bfe6a5166bd35721cc0533924ba1b50.zip
openssl compile fix #31120
Diffstat (limited to 'net-libs/wvstreams')
-rw-r--r--net-libs/wvstreams/wvstreams-3.70-r2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-libs/wvstreams/wvstreams-3.70-r2.ebuild b/net-libs/wvstreams/wvstreams-3.70-r2.ebuild
index 96cc02c5b6cd..cd88bbe39195 100644
--- a/net-libs/wvstreams/wvstreams-3.70-r2.ebuild
+++ b/net-libs/wvstreams/wvstreams-3.70-r2.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/net-libs/wvstreams/wvstreams-3.70-r2.ebuild,v 1.15 2003/10/30 05:22:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-3.70-r2.ebuild,v 1.16 2003/11/04 00:49:01 vapier Exp $
inherit flag-o-matic
@@ -18,7 +18,9 @@ src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${PV}-gcc3.patch
- epatch ${FILESDIR}/${PV}-openssl.patch
+ if has_version '>=dev-libs/openssl-0.9.7' ; then
+ epatch ${FILESDIR}/${PV}-openssl.patch
+ fi
}
src_compile() {