diff options
Diffstat (limited to 'dev-util/git/git-1.6.2.5.ebuild')
-rw-r--r-- | dev-util/git/git-1.6.2.5.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-util/git/git-1.6.2.5.ebuild b/dev-util/git/git-1.6.2.5.ebuild index 58eaf71d2033..a5c6380ae9a2 100644 --- a/dev-util/git/git-1.6.2.5.ebuild +++ b/dev-util/git/git-1.6.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.2.5.ebuild,v 1.1 2009/05/05 17:23:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.6.2.5.ebuild,v 1.2 2009/05/05 19:08:21 robbat2 Exp $ EAPI=2 @@ -132,6 +132,9 @@ src_prepare() { # Noperl is being merged to upstream as of 2009/04/05 #epatch "${FILESDIR}"/20090305-git-1.6.2-noperl.patch + # GetOpt-Long v2.38 is strict + epatch "${FILESDIR}"/20090505-git-1.6.2.5-getopt-fixes.patch + sed -i \ -e 's:^\(CFLAGS =\).*$:\1 $(OPTCFLAGS) -Wall:' \ -e 's:^\(LDFLAGS =\).*$:\1 $(OPTLDFLAGS):' \ |