Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 67248 Details for
Bug 104228
submission of wx-xmingw-2.6.1.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for the latest cross compiled wxWidgets
wx-xmingw-2.6.1.ebuild (text/plain), 1.58 KB, created by
Colonel Paneek
on 2005-08-29 23:45:28 UTC
(
hide
)
Description:
ebuild for the latest cross compiled wxWidgets
Filename:
MIME Type:
Creator:
Colonel Paneek
Created:
2005-08-29 23:45:28 UTC
Size:
1.58 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-libs/wx-xmingw/wx-xmingw-2.4.2.ebuild,v 1.3 2005/07/26 22:55:16 pythonhead Exp $ > > >DESCRIPTION="Win32 version of wxWidgets for xmingw cross-compiler" >SRC_URI=" > mirror://sourceforge/wxwindows/wxWidgets-${PV}.tar.gz > ftp://biolpc22.york.ac.uk/pub/${PV}/wxWidgets-${PV}-Patch01.zip" >HOMEPAGE="http://www.wxwidgets.org/" >LICENSE="wxWinLL-3" >SLOT="0" >KEYWORDS="~x86" >IUSE="debug gdb shared threads monolithic mslu unicode opengl odbc" >DEPEND=">=dev-util/xmingw-runtime-3.2 > dev-util/xmingw-w32api > dev-util/xmingw-gcc > app-arch/unzip" >S=${WORKDIR}/wxWidgets-${PV} > >src_unpack() { > unpack ${A} > cd ${S} > unzip -o ${DISTDIR}/wxWidgets-${PV}-Patch01.zip >} > >src_compile() { > export PATH="/opt/xmingw/bin:/opt/xmingw/i386-mingw32msvc/bin:$PATH" > export CC="i386-mingw32msvc-gcc" > export CXX="i386-mingw32msvc-g++" > > unset CFLAGS > unset CPPFLAGS > unset CXXFLAGS > unset LDFLAGS > > export CFLAGS="-I/opt/xmingw/i386-mingw32msvc/include" > export CXXFLAGS="-I/opt/xmingw/i386-mingw32msvc/include" > > ./configure \ > --prefix=/opt/xmingw/wxWidgets \ > --host=i386-mingw32msvc \ > --target=i386-mingw32msvc \ > --with-msw \ > `use_enable debug` \ > `use_enable gdb` \ > `use_enable shared` \ > `use_enable threads` \ > `use_enable monolithic` \ > `use_enable mslu` \ > `use_enable unicode` \ > `use_with opengl` \ > `use_with odbc` > > emake || die "make failed" >} > >src_install() { > cd ${WORKDIR}/wxWidgets-${PV} > make prefix=${D}/opt/xmingw/wxWidgets install || die "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 104228
: 67248 |
77346
|
101195
|
101203