diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 20:22:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 20:22:26 +0000 |
commit | 8e08165002fa9d202be229aafb19ff96ec5da2a5 (patch) | |
tree | 33668c9c31aa79c9548694bfb3b031b4ba28533f /net-libs/openh323/openh323-1.13.5.ebuild | |
parent | and stable arm follows ;) (diff) | |
download | historical-8e08165002fa9d202be229aafb19ff96ec5da2a5.tar.gz historical-8e08165002fa9d202be229aafb19ff96ec5da2a5.tar.bz2 historical-8e08165002fa9d202be229aafb19ff96ec5da2a5.zip |
Fix use invocation
Diffstat (limited to 'net-libs/openh323/openh323-1.13.5.ebuild')
-rw-r--r-- | net-libs/openh323/openh323-1.13.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/openh323/openh323-1.13.5.ebuild b/net-libs/openh323/openh323-1.13.5.ebuild index 0eb1e54af3f8..e7e2c64d7453 100644 --- a/net-libs/openh323/openh323-1.13.5.ebuild +++ b/net-libs/openh323/openh323-1.13.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.13.5.ebuild,v 1.3 2004/05/09 14:15:22 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.13.5.ebuild,v 1.4 2004/06/10 20:22:26 agriffis Exp $ IUSE="ssl" @@ -71,7 +71,7 @@ src_compile() { # NOTRACE avoid compilation problems, we disable PTRACING using NOTRACE=1 makeopts="${makeopts} ASNPARSER=/usr/bin/asnparser LDFLAGS=-L${S}/lib NOTRACE=1" - if [ -n "`use ssl`" ]; then + if use ssl; then export OPENSSLFLAG=1 export OPENSSLDIR=/usr export OPENSSLLIBS="-lssl -lcrypt" |