summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2009-03-26 04:27:50 +0000
committerRyan Hill <dirtyepic@gentoo.org>2009-03-26 04:27:50 +0000
commit1e8824b0f9e5e8e88aefc4ea485119b7007148b7 (patch)
tree6a6fa36cc86241d359e511f5a30a1cf3c6d903d8 /sys-devel/flex/flex-2.5.35.ebuild
parentRound of updates for hardened/linux style profiles (diff)
downloadgentoo-2-1e8824b0f9e5e8e88aefc4ea485119b7007148b7.tar.gz
gentoo-2-1e8824b0f9e5e8e88aefc4ea485119b7007148b7.tar.bz2
gentoo-2-1e8824b0f9e5e8e88aefc4ea485119b7007148b7.zip
Include cstdio for GCC 4.4.
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/flex/flex-2.5.35.ebuild')
-rw-r--r--sys-devel/flex/flex-2.5.35.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/flex/flex-2.5.35.ebuild b/sys-devel/flex/flex-2.5.35.ebuild
index 7714df9e988e..d4b60d01ecfd 100644
--- a/sys-devel/flex/flex-2.5.35.ebuild
+++ b/sys-devel/flex/flex-2.5.35.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/sys-devel/flex/flex-2.5.35.ebuild,v 1.10 2009/03/21 11:51:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v 1.11 2009/03/26 04:27:50 dirtyepic Exp $
inherit eutils flag-o-matic
@@ -24,6 +24,7 @@ src_unpack() {
[[ -n ${DEB_VER} ]] && epatch "${WORKDIR}"/${PN}_${PV}-${DEB_VER}.diff
epatch "${FILESDIR}"/${PN}-2.5.34-isatty.patch #119598
epatch "${FILESDIR}"/${PN}-2.5.33-pic.patch
+ epatch "${FILESDIR}"/${PN}-2.5.35-gcc44.patch
sed -i 's:^LDFLAGS:LOADLIBES:' tests/test-pthread/Makefile.in #262989
}