diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-17 04:36:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-17 04:36:15 +0000 |
commit | 66171acd69c2d6db17ca72e8076c8ced4cb347bf (patch) | |
tree | 53b0235f30d254347f3849f2a4a9d810aaec5773 /app-arch/bzip2/bzip2-1.0.6-r3.ebuild | |
parent | Add fix for POSIX test compat #391011. (diff) | |
download | historical-66171acd69c2d6db17ca72e8076c8ced4cb347bf.tar.gz historical-66171acd69c2d6db17ca72e8076c8ced4cb347bf.tar.bz2 historical-66171acd69c2d6db17ca72e8076c8ced4cb347bf.zip |
Make it build for mingw targets #393573 by jingtaozf.
Package-Manager: portage-2.2.0_alpha102/cvs/Linux x86_64
Diffstat (limited to 'app-arch/bzip2/bzip2-1.0.6-r3.ebuild')
-rw-r--r-- | app-arch/bzip2/bzip2-1.0.6-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/bzip2/bzip2-1.0.6-r3.ebuild b/app-arch/bzip2/bzip2-1.0.6-r3.ebuild index 06b2db4864c6..5a45b5b275a3 100644 --- a/app-arch/bzip2/bzip2-1.0.6-r3.ebuild +++ b/app-arch/bzip2/bzip2-1.0.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r3.ebuild,v 1.10 2012/04/26 12:04:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r3.ebuild,v 1.11 2012/05/17 04:36:15 vapier Exp $ # XXX: atm, libbz2.a is always PIC :(, so it is always built quickly # (since we're building shared libs) ... @@ -25,6 +25,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-1.0.6-progress.patch epatch "${FILESDIR}"/${PN}-1.0.3-no-test.patch epatch "${FILESDIR}"/${PN}-1.0.4-POSIX-shell.patch #193365 + epatch "${FILESDIR}"/${PN}-1.0.6-mingw.patch #393573 # - Use right man path # - Generate symlinks instead of hardlinks |