diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-04-13 02:21:27 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-04-13 02:21:27 +0000 |
commit | 9ce536aeff6371cc2adca10bb6a73b2eec6a7b69 (patch) | |
tree | d7dd067350b30a2eb8e3c07c1d9adf7a49392748 /app-text/wdiff | |
parent | tidy commented code (diff) | |
download | gentoo-2-9ce536aeff6371cc2adca10bb6a73b2eec6a7b69.tar.gz gentoo-2-9ce536aeff6371cc2adca10bb6a73b2eec6a7b69.tar.bz2 gentoo-2-9ce536aeff6371cc2adca10bb6a73b2eec6a7b69.zip |
QA: respect CC, bug 243628
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'app-text/wdiff')
-rw-r--r-- | app-text/wdiff/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-0.5-r2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog index b924b7bd9a29..d807a2267cf0 100644 --- a/app-text/wdiff/ChangeLog +++ b/app-text/wdiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/wdiff # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.30 2009/04/08 09:44:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.31 2009/04/13 02:21:27 darkside Exp $ + + 13 Apr 2009; Jeremy Olexa <darkside@gentoo.org> wdiff-0.5-r2.ebuild: + QA: respect CC, bug 243628 08 Apr 2009; Raúl Porcel <armin76@gentoo.org> wdiff-0.5-r2.ebuild: Add ~arm/~s390/~sh diff --git a/app-text/wdiff/wdiff-0.5-r2.ebuild b/app-text/wdiff/wdiff-0.5-r2.ebuild index 9d247a674070..288c48bcba63 100644 --- a/app-text/wdiff/wdiff-0.5-r2.ebuild +++ b/app-text/wdiff/wdiff-0.5-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.5-r2.ebuild,v 1.17 2009/04/08 09:44:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.5-r2.ebuild,v 1.18 2009/04/13 02:21:27 darkside Exp $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="Create a diff disregarding formatting" HOMEPAGE="http://www.gnu.org/software/wdiff/" @@ -31,6 +31,7 @@ src_compile() { # comes with wdiff is too old to understand the standard # options. + tc-export CC ./configure --prefix=/usr || die echo '#define HAVE_TPUTS 1' >> config.h emake || die |