diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-05-13 16:15:24 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-05-13 16:15:24 +0000 |
commit | 9c3733d29672d19e68b602f1d6b93b7ff9327ccc (patch) | |
tree | 0808aab52eb4ca3029a5147d8e938ce2735b1084 /media-libs/mesa/mesa-6.5.3.ebuild | |
parent | Stable on ppc wrt bug 177753 (diff) | |
download | historical-9c3733d29672d19e68b602f1d6b93b7ff9327ccc.tar.gz historical-9c3733d29672d19e68b602f1d6b93b7ff9327ccc.tar.bz2 historical-9c3733d29672d19e68b602f1d6b93b7ff9327ccc.zip |
Include Diego's xcb patch, fixing bug #177329.
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'media-libs/mesa/mesa-6.5.3.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-6.5.3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-6.5.3.ebuild b/media-libs/mesa/mesa-6.5.3.ebuild index 965383c8a853..7f83279a394a 100644 --- a/media-libs/mesa/mesa-6.5.3.ebuild +++ b/media-libs/mesa/mesa-6.5.3.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/media-libs/mesa/mesa-6.5.3.ebuild,v 1.1 2007/04/29 19:08:16 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.3.ebuild,v 1.2 2007/05/13 16:15:24 joshuabaergen Exp $ inherit eutils toolchain-funcs multilib flag-o-matic portability versionator @@ -115,6 +115,9 @@ src_unpack() { unpack ${A} cd ${S} + # Bug #177329 + epatch "${FILESDIR}/${P}-pthread.patch" + # FreeBSD 6.* doesn't have posix_memalign(). [[ ${CHOST} == *-freebsd6.* ]] && sed -i -e "s/-DHAVE_POSIX_MEMALIGN//" configs/freebsd{,-dri} |