diff options
author | Stefan Jones <cretin@gentoo.org> | 2004-03-17 14:58:27 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2004-03-17 14:58:27 +0000 |
commit | ca183b23dfe2052c43da27dbf39caa18d07ebdee (patch) | |
tree | b8a0f81a007b9c4459c643db33a62b4f27db6d82 /dev-util | |
parent | Removing obsolete plugins, they were for xine-lib 0.9.x which is now outdated... (diff) | |
download | gentoo-2-ca183b23dfe2052c43da27dbf39caa18d07ebdee.tar.gz gentoo-2-ca183b23dfe2052c43da27dbf39caa18d07ebdee.tar.bz2 gentoo-2-ca183b23dfe2052c43da27dbf39caa18d07ebdee.zip |
Added comment about patch rejects, see bug #44858
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/xmingw-gcc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-util/xmingw-gcc/ChangeLog b/dev-util/xmingw-gcc/ChangeLog index 5db4f8442ba7..dcb59f3a463e 100644 --- a/dev-util/xmingw-gcc/ChangeLog +++ b/dev-util/xmingw-gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/xmingw-gcc # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/ChangeLog,v 1.2 2004/03/15 21:54:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/ChangeLog,v 1.3 2004/03/17 14:58:27 cretin Exp $ + + 17 Mar 2004; Stefan Jones <cretin@gentoo.org>: + Added einfo about the two rejects, bug #44858 15 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> xmingw-gcc-3.3.1.ebuild: diff --git a/dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild b/dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild index 4b6c816031c8..c8e6a36b1901 100644 --- a/dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild +++ b/dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild,v 1.3 2004/03/15 21:54:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild,v 1.4 2004/03/17 14:58:27 cretin Exp $ MY_P=${P/xmingw-/} S=${WORKDIR}/${MY_P} @@ -27,6 +27,7 @@ src_unpack() { unpack ${RUNTIME}-src.tar.gz unpack ${W32API}-src.tar.gz cd ${S}; gzip -dc ${DISTDIR}/${MINGW_PATCH} | patch -p1 + einfo "The rejects gc.h and win32_threads.c are expected, see bug #44858" patch -p1 < ${FILESDIR}/gcc-3.3.1-includefix.diff mkdir -p ${S}/winsup/cygwin ${S}/winsup/w32api |