Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38390 Details for
Bug 62033
Updated ebuild for xmingw-gcc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xmingw-gcc-3.4.1.ebuild
xmingw-gcc-3.4.1.ebuild (text/plain), 2.04 KB, created by
Cameron Brunner
on 2004-08-28 07:05:02 UTC
(
hide
)
Description:
xmingw-gcc-3.4.1.ebuild
Filename:
MIME Type:
Creator:
Cameron Brunner
Created:
2004-08-28 07:05:02 UTC
Size:
2.04 KB
patch
obsolete
>MY_P=${P/xmingw-/} >S=${WORKDIR}/${MY_P} >MINGW_PATCH=gcc-3.4.1-20040711-1-src.diff.gz >RUNTIME=mingw-runtime-3.3 >W32API=w32api-2.5 > >DESCRIPTION="The GNU Compiler Collection - i386-mingw32msvc-gcc only" >HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" >SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${MY_P}/${MY_P}.tar.bz2 > mirror://sourceforge/mingw/${MINGW_PATCH} > mirror://sourceforge/mingw/${RUNTIME}-src.tar.gz > mirror://sourceforge/mingw/${W32API}-src.tar.gz" > >LICENSE="GPL-2 LGPL-2.1" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="dev-util/xmingw-binutils" > >src_unpack() { > unpack ${MY_P}.tar.bz2 > unpack ${RUNTIME}-src.tar.gz > unpack ${W32API}-src.tar.gz > cd ${S}; gzip -dc ${DISTDIR}/${MINGW_PATCH} | patch -p1 > > mkdir -p ${S}/winsup/cygwin ${S}/winsup/w32api > cd ${S}/winsup/cygwin;ln -s ${WORKDIR}/${RUNTIME}/include . > cd ${S}/winsup/w32api;ln -s ${WORKDIR}/${W32API}/include . >} > >src_compile() { > export PATH=$PATH:/opt/xmingw/bin:/opt/xmingw/i386-mingw32msvc/bin > unset CFLAGS CXXFLAGS > if has_version dev-util/xmingw-runtime \ > && has_version dev-util/xmingw-w32api > then > lang=c,c++ > else > lang=c > fi > > ./configure \ > --target=i386-mingw32msvc \ > --prefix=/opt/xmingw \ > --enable-languages=${lang} \ > --disable-shared \ > --disable-nls \ > --enable-threads \ > --with-gcc \ > --with-gnu-ld \ > --with-gnu-as \ > --disable-win32-registry \ > --enable-sjlj-exceptions \ > --without-x \ > --without-newlib \ > || die "configure failed" > > emake || die "emake failed" >} > >src_install() { > export PATH=$PATH:/opt/xmingw/bin:/opt/xmingw/i386-mingw32msvc/bin > make DESTDIR="${D}" install || die "make install failed" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 62033
: 38390