summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Jones <cretin@gentoo.org>2004-04-05 08:55:40 +0000
committerStefan Jones <cretin@gentoo.org>2004-04-05 08:55:40 +0000
commitc153f576b92f785a24cb8f8c6111c587777cfd5e (patch)
treebf5a055f131ce1365d8cce55eb50dcf2454d8548 /dev-util/xmingw-gcc
parentdown to ~ppc until deps are stable (Manifest recommit) (diff)
downloadgentoo-2-c153f576b92f785a24cb8f8c6111c587777cfd5e.tar.gz
gentoo-2-c153f576b92f785a24cb8f8c6111c587777cfd5e.tar.bz2
gentoo-2-c153f576b92f785a24cb8f8c6111c587777cfd5e.zip
Fix bug 46776, PATH not set in src_install
Diffstat (limited to 'dev-util/xmingw-gcc')
-rw-r--r--dev-util/xmingw-gcc/ChangeLog5
-rw-r--r--dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-util/xmingw-gcc/ChangeLog b/dev-util/xmingw-gcc/ChangeLog
index 9d7280f2d18d..058d49704a33 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.4 2004/03/18 21:45:24 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/ChangeLog,v 1.5 2004/04/05 08:55:40 cretin Exp $
+
+ 05 Apr 2004; Stefan Jones <cretin@gentoo.org>:
+ Fix compile problem due to missing path, #46776
17 Mar 2004; Stefan Jones <cretin@gentoo.org>:
Added einfo about the two rejects, bug #44858
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 c8e6a36b1901..8b53c75a6dcb 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.4 2004/03/17 14:58:27 cretin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/xmingw-gcc-3.3.1.ebuild,v 1.5 2004/04/05 08:55:40 cretin Exp $
MY_P=${P/xmingw-/}
S=${WORKDIR}/${MY_P}
@@ -66,5 +66,6 @@ src_compile() {
}
src_install() {
+ export PATH=$PATH:/opt/xmingw/bin:/opt/xmingw/i386-mingw32msvc/bin
make DESTDIR="${D}" install || die "make install failed"
}