diff options
author | 2005-06-13 12:05:45 +0000 | |
---|---|---|
committer | 2005-06-13 12:05:45 +0000 | |
commit | b1139d328b27001a77629130dc53cec376c97982 (patch) | |
tree | cb36b5d5e9c94baa99ee388a27ec9588befe92fa /dev-libs/openssl/openssl-0.9.7g.ebuild | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-b1139d328b27001a77629130dc53cec376c97982.tar.gz gentoo-2-b1139d328b27001a77629130dc53cec376c97982.tar.bz2 gentoo-2-b1139d328b27001a77629130dc53cec376c97982.zip |
Fixed the gentoo.config script to be aware of different OS (in this case, FreeBSD), and added an output to tell which target is selected.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs/openssl/openssl-0.9.7g.ebuild')
-rw-r--r-- | dev-libs/openssl/openssl-0.9.7g.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/openssl/openssl-0.9.7g.ebuild b/dev-libs/openssl/openssl-0.9.7g.ebuild index ac8cca420a97..84ed5ab35c1a 100644 --- a/dev-libs/openssl/openssl-0.9.7g.ebuild +++ b/dev-libs/openssl/openssl-0.9.7g.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7g.ebuild,v 1.9 2005/05/22 09:12:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.7g.ebuild,v 1.10 2005/06/13 12:05:45 flameeyes Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -86,6 +86,8 @@ src_compile() { use bindist && confopts="no-idea no-rc5 no-mdc2 -no-ec" local sslout=$(./gentoo.config) + einfo "Use configuration ${sslout}" + local config="Configure" [[ -z ${sslout} ]] && config="config" ./${config} \ |