Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 258015 Details for
Bug 349674
dev-lang/lazarus - Add USE="bigide"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch to add the bigide component to lazarus
lazarus-0.9.28.2-r1.ebuild.patch (text/plain), 1.15 KB, created by
Samuel Bauer
on 2010-12-25 12:26:39 UTC
(
hide
)
Description:
Patch to add the bigide component to lazarus
Filename:
MIME Type:
Creator:
Samuel Bauer
Created:
2010-12-25 12:26:39 UTC
Size:
1.15 KB
patch
obsolete
>*** /usr/portage/dev-lang/lazarus/lazarus-0.9.28.2-r1.ebuild 2010-08-22 01:29:39.000000000 +0700 >--- /usr/gentoo/overlay/sam/dev-lang/lazarus/lazarus-0.9.28.2-r2.ebuild 2010-12-25 16:42:22.000000000 +0700 >*************** >*** 15,21 **** > KEYWORDS="~amd64 ~ppc ~x86" > DESCRIPTION="Lazarus IDE is a feature rich visual programming environment emulating Delphi." > HOMEPAGE="http://www.lazarus.freepascal.org/" >! IUSE="" > SRC_URI="mirror://sourceforge/lazarus/${P}-src.tar.bz2" > > DEPEND="~dev-lang/fpc-${FPCVER}[source] >--- 15,21 ---- > KEYWORDS="~amd64 ~ppc ~x86" > DESCRIPTION="Lazarus IDE is a feature rich visual programming environment emulating Delphi." > HOMEPAGE="http://www.lazarus.freepascal.org/" >! IUSE="bigide" > SRC_URI="mirror://sourceforge/lazarus/${P}-src.tar.bz2" > > DEPEND="~dev-lang/fpc-${FPCVER}[source] >*************** >*** 43,49 **** > } > > src_compile() { >! LCL_PLATFORM=gtk2 emake -j1 || die "make failed!" > } > > src_install() { >--- 43,53 ---- > } > > src_compile() { >! if use bigide; then >! LCL_PLATFORM=gtk2 emake bigide -j1 || die "make failed!" >! else >! LCL_PLATFORM=gtk2 emake -j1 || die "make failed!" >! fi > } > > src_install() {
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 349674
: 258015