diff options
Diffstat (limited to 'dev-libs/pwlib/pwlib-1.6.3-r1.ebuild')
-rw-r--r-- | dev-libs/pwlib/pwlib-1.6.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/pwlib/pwlib-1.6.3-r1.ebuild b/dev-libs/pwlib/pwlib-1.6.3-r1.ebuild index 6e44814629bb..9570b3f4d75d 100644 --- a/dev-libs/pwlib/pwlib-1.6.3-r1.ebuild +++ b/dev-libs/pwlib/pwlib-1.6.3-r1.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/dev-libs/pwlib/pwlib-1.6.3-r1.ebuild,v 1.5 2004/03/25 15:41:17 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.6.3-r1.ebuild,v 1.6 2004/06/03 16:16:41 agriffis Exp $ IUSE="ssl sdl ieee1394 alsa esd" @@ -43,7 +43,7 @@ src_compile() { local plugins local myconf - if [ "`use ssl`" ]; then + if use ssl; then export OPENSSLFLAG=1 export OPENSSLDIR="/usr" export OPENSSLLIBS="-lssl -lcrypt" @@ -65,7 +65,7 @@ src_compile() { use alsa \ && plugins="${plugins} alsa" - if [ -n "`use esd`" ]; then + if use esd; then # fixes bug #45059 export ESDDIR=/usr fi |