diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-06-13 14:34:56 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-06-13 14:34:56 +0000 |
commit | 6b5ee9e2dc78f336cb6eaea6d94b22ed9352ab52 (patch) | |
tree | 35f3f3a9aa746f0ed37557217d02376e0df7ccf8 /dev-libs/openssl | |
parent | Unmasked qmail-1.03-r16, masked qmail-1.03-r17 (diff) | |
download | gentoo-2-6b5ee9e2dc78f336cb6eaea6d94b22ed9352ab52.tar.gz gentoo-2-6b5ee9e2dc78f336cb6eaea6d94b22ed9352ab52.tar.bz2 gentoo-2-6b5ee9e2dc78f336cb6eaea6d94b22ed9352ab52.zip |
Bit of improvement (thanks vapier).
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs/openssl')
-rwxr-xr-x | dev-libs/openssl/files/gentoo.config-0.9.7g | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/openssl/files/gentoo.config-0.9.7g b/dev-libs/openssl/files/gentoo.config-0.9.7g index 35aec306b818..d80af908e7cb 100755 --- a/dev-libs/openssl/files/gentoo.config-0.9.7g +++ b/dev-libs/openssl/files/gentoo.config-0.9.7g @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/files/gentoo.config-0.9.7g,v 1.4 2005/06/13 14:32:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/files/gentoo.config-0.9.7g,v 1.5 2005/06/13 14:34:56 flameeyes Exp $ # Openssl doesn't play along nicely with cross-compiling # like autotools based projects, so let's teach it new tricks. @@ -11,9 +11,10 @@ case ${CHOST} in - *-uclibc*) system="linux";; + *-uclibc*) system="linux";; *-gnu*) system="linux";; *-freebsd*) system="FreeBSD";; + *) exit 0;; esac compiler="gcc" |