diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:23:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:23:09 +0000 |
commit | a5a55a1be8bc35bbbd4d666f44c3ca9927a38ea0 (patch) | |
tree | bf382d079e757dfed55989d588fd6acdf83f44d0 /net-dialup/mgetty | |
parent | whitespace (diff) | |
download | gentoo-2-a5a55a1be8bc35bbbd4d666f44c3ca9927a38ea0.tar.gz gentoo-2-a5a55a1be8bc35bbbd4d666f44c3ca9927a38ea0.tar.bz2 gentoo-2-a5a55a1be8bc35bbbd4d666f44c3ca9927a38ea0.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-dialup/mgetty')
-rw-r--r-- | net-dialup/mgetty/mgetty-1.1.35-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/mgetty/mgetty-1.1.35-r2.ebuild b/net-dialup/mgetty/mgetty-1.1.35-r2.ebuild index 4df6de08e44d..061b6a622a96 100644 --- a/net-dialup/mgetty/mgetty-1.1.35-r2.ebuild +++ b/net-dialup/mgetty/mgetty-1.1.35-r2.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/net-dialup/mgetty/mgetty-1.1.35-r2.ebuild,v 1.3 2007/05/06 07:57:44 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.35-r2.ebuild,v 1.4 2007/06/26 02:23:09 mr_bones_ Exp $ inherit toolchain-funcs flag-o-matic eutils @@ -37,7 +37,7 @@ src_unpack() { epatch "${FILESDIR}/${P}-netpbm-collision.patch" #g3topbm is installed by netpbm epatch "${FILESDIR}/${P}-implicit-decl.patch" - #Avoid "is setXid, dynamically linked and using lazy bindings" QA notices + #Avoid "is setXid, dynamically linked and using lazy bindings" QA notices append-ldflags $(bindnow-flags) sed -i 's: \$(CFLAGS) -o faxq-helper faxq-helper.o: $(LDLAGS) '$(bindnow-flags)' -o faxq-helper faxq-helper.o:' "${S}/fax/Makefile" |