summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libsoup/libsoup-1.99.17.ebuild')
-rw-r--r--net-libs/libsoup/libsoup-1.99.17.ebuild17
1 files changed, 7 insertions, 10 deletions
diff --git a/net-libs/libsoup/libsoup-1.99.17.ebuild b/net-libs/libsoup/libsoup-1.99.17.ebuild
index 192b3d91b0d8..70374afc711e 100644
--- a/net-libs/libsoup/libsoup-1.99.17.ebuild
+++ b/net-libs/libsoup/libsoup-1.99.17.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-1.99.17.ebuild,v 1.1 2003/04/21 14:42:07 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-1.99.17.ebuild,v 1.2 2003/04/30 23:37:52 liquidx Exp $
-IUSE="ssl"
+#IUSE="ssl"
+IUSE=""
inherit gnome.org libtool
@@ -12,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/"
SLOT="2"
RDEPEND=">=dev-libs/glib-2.0
- ssl? ( dev-libs/openssl )"
+ dev-libs/openssl"
DEPEND=">=dev-util/pkgconfig-0.12.0
dev-libs/popt
${RDEPEND}"
@@ -25,13 +26,9 @@ src_compile() {
elibtoolize
local myconf=""
-
- if [ -n "`use ssl`" ]; then
- myconf="${myconf} --enable-ssl --enable-openssl"
- # or alternatively use --enable-nss (mozilla)
- else
- myconf="${myconf} --disable-ssl"
- fi
+
+ # current build system deems ssl as NOT AN OPTION.
+ # use ssl && myconf="--enable-ssl --enable-openssl"
econf ${myconf} || die
emake || die