diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-21 23:34:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-21 23:34:55 +0000 |
commit | a9d94025cae2c09cb243bc2a5c0bb083cea4a01c (patch) | |
tree | d608bc4988a162dec32dcc2abb677a8b74e9e5df /mail-mta/postfix | |
parent | whitespace (diff) | |
download | gentoo-2-a9d94025cae2c09cb243bc2a5c0bb083cea4a01c.tar.gz gentoo-2-a9d94025cae2c09cb243bc2a5c0bb083cea4a01c.tar.bz2 gentoo-2-a9d94025cae2c09cb243bc2a5c0bb083cea4a01c.zip |
whitespace
(Portage version: 2.1.3.9)
Diffstat (limited to 'mail-mta/postfix')
-rw-r--r-- | mail-mta/postfix/postfix-2.3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/postfix/postfix-2.3.6.ebuild b/mail-mta/postfix/postfix-2.3.6.ebuild index 94efd502894f..d17b4272ff4f 100644 --- a/mail-mta/postfix/postfix-2.3.6.ebuild +++ b/mail-mta/postfix/postfix-2.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.3.6.ebuild,v 1.11 2007/10/21 11:15:08 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.3.6.ebuild,v 1.12 2007/10/21 23:34:55 mr_bones_ Exp $ # NOTE: this ebuild is regular ebuild without mailer-config support # comment lines below "regular ebuild" and uncomment lines below "mailer-config support" @@ -181,7 +181,7 @@ src_compile() { # added -Wl,-z,now wrt 62674. # remove -ldl as it is not necessary, resolve bug #106446. # -Wl,-z,now replaced by $(bindnow-flags) - # make sure LDFLAGS get passed down to the executables. + # make sure LDFLAGS get passed down to the executables. local mycc="-DHAS_PCRE" mylibs="$(bindnow-flags) ${LDFLAGS} -lpcre -lcrypt -lpthread" use pam && mylibs="${mylibs} -lpam" |