diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:30:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:30:31 +0000 |
commit | ad294da090d2d30c7953b32365d35e8f1f8bd38a (patch) | |
tree | e2d8604b4c693bc6b03673fdc7d32acd06efbb73 /net-mail/smtptools/smtptools-0.2.3.ebuild | |
parent | whitespace (diff) | |
download | gentoo-2-ad294da090d2d30c7953b32365d35e8f1f8bd38a.tar.gz gentoo-2-ad294da090d2d30c7953b32365d35e8f1f8bd38a.tar.bz2 gentoo-2-ad294da090d2d30c7953b32365d35e8f1f8bd38a.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-mail/smtptools/smtptools-0.2.3.ebuild')
-rw-r--r-- | net-mail/smtptools/smtptools-0.2.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/smtptools/smtptools-0.2.3.ebuild b/net-mail/smtptools/smtptools-0.2.3.ebuild index 760e00af4902..43ceeff8844e 100644 --- a/net-mail/smtptools/smtptools-0.2.3.ebuild +++ b/net-mail/smtptools/smtptools-0.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/smtptools/smtptools-0.2.3.ebuild,v 1.10 2006/03/12 09:43:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/smtptools/smtptools-0.2.3.ebuild,v 1.11 2007/06/26 02:30:31 mr_bones_ Exp $ inherit eutils @@ -22,9 +22,9 @@ src_unpack() { } src_compile() { - # the configure check looks for the symbol name 'dn_expand' in - # libresolv but later glibc's use the internal symbol name - # '__dn_expand' and macro 'dn_expand' to '__dn_expand' in the + # the configure check looks for the symbol name 'dn_expand' in + # libresolv but later glibc's use the internal symbol name + # '__dn_expand' and macro 'dn_expand' to '__dn_expand' in the # resolv.h header file ... lets force the func to be detected. ac_cv_lib_resolv_dn_expand="yes" \ econf || die |