diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-09-25 10:54:43 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-09-25 10:54:43 +0000 |
commit | 7897b82c54542f9b0ab288b3b107c0ad369aab6c (patch) | |
tree | 01a75faa3b4b74a880ded28816edc10ebfebaed2 /sys-devel/gdb-apple/gdb-apple-1705.ebuild | |
parent | Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney, Elijah... (diff) | |
download | gentoo-2-7897b82c54542f9b0ab288b3b107c0ad369aab6c.tar.gz gentoo-2-7897b82c54542f9b0ab288b3b107c0ad369aab6c.tar.bz2 gentoo-2-7897b82c54542f9b0ab288b3b107c0ad369aab6c.zip |
Add patch to fix compilation on Darwin prior OS X Lion, bug #382337
(Portage version: 2.2.01.19295-prefix/cvs/Darwin i386)
Diffstat (limited to 'sys-devel/gdb-apple/gdb-apple-1705.ebuild')
-rw-r--r-- | sys-devel/gdb-apple/gdb-apple-1705.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/gdb-apple/gdb-apple-1705.ebuild b/sys-devel/gdb-apple/gdb-apple-1705.ebuild index 1feb453f5c35..d127c3c631b8 100644 --- a/sys-devel/gdb-apple/gdb-apple-1705.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-1705.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1705.ebuild,v 1.2 2011/09/03 14:58:16 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1705.ebuild,v 1.3 2011/09/25 10:54:43 grobian Exp $ EAPI="3" @@ -29,6 +29,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-no-global-gdbinit.patch epatch "${FILESDIR}"/${PN}-768-texinfo.patch epatch "${FILESDIR}"/${PN}-1518-darwin8-9.patch + epatch "${FILESDIR}"/${PN}-1705-darwin8-10.patch [[ ${CHOST} == *-darwin8 ]] && epatch "${FILESDIR}"/${PN}-1518-darwin8.patch } |