diff options
author | Stefan Jones <cretin@gentoo.org> | 2004-11-17 16:58:53 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2004-11-17 16:58:53 +0000 |
commit | f97ef188d88b7442d25816c2d83cbb64672f3a7c (patch) | |
tree | f8605eb5f8b8afd0dd902970e2f3888ca9aebb6f /dev-util/xmingw-w32api/xmingw-w32api-3.1.ebuild | |
parent | marked ~ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-f97ef188d88b7442d25816c2d83cbb64672f3a7c.tar.gz gentoo-2-f97ef188d88b7442d25816c2d83cbb64672f3a7c.tar.bz2 gentoo-2-f97ef188d88b7442d25816c2d83cbb64672f3a7c.zip |
ntddk patch, bug #70949
Diffstat (limited to 'dev-util/xmingw-w32api/xmingw-w32api-3.1.ebuild')
-rw-r--r-- | dev-util/xmingw-w32api/xmingw-w32api-3.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/xmingw-w32api/xmingw-w32api-3.1.ebuild b/dev-util/xmingw-w32api/xmingw-w32api-3.1.ebuild index eff4c5b9914f..c34c4c6cd48f 100644 --- a/dev-util/xmingw-w32api/xmingw-w32api-3.1.ebuild +++ b/dev-util/xmingw-w32api/xmingw-w32api-3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-w32api/xmingw-w32api-3.1.ebuild,v 1.2 2004/10/25 16:36:02 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-w32api/xmingw-w32api-3.1.ebuild,v 1.3 2004/11/17 16:58:53 cretin Exp $ inherit eutils @@ -27,6 +27,7 @@ src_unpack() { ln -s ${MY_P} w32api ln -s ${RUNTIME} mingw epatch ${FILESDIR}/xmingw-w32api-3.1-include.patch + epatch ${FILESDIR}/xmingw-w32api-3.1-ntddk.patch } src_compile() { |