Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 224805 Details for
Bug 298736
dev-games/ogre-1.6 : missing cegui use flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for the ogre-1.6.5.ebuild which adds the cegui use flag
ogre-1.6.5-cegui.ebuild.patch (text/plain), 1.12 KB, created by
Adam Van Ymeren
on 2010-03-23 05:18:51 UTC
(
hide
)
Description:
Patch for the ogre-1.6.5.ebuild which adds the cegui use flag
Filename:
MIME Type:
Creator:
Adam Van Ymeren
Created:
2010-03-23 05:18:51 UTC
Size:
1.12 KB
patch
obsolete
>--- /usr/portage/dev-games/ogre/ogre-1.6.5.ebuild 2010-01-11 13:38:13.000000000 -0500 >+++ ogre-1.6.5.ebuild 2010-03-23 01:08:28.000000000 -0400 >@@ -12,7 +12,7 @@ > LICENSE="LGPL-2.1" > SLOT="0" > KEYWORDS="~amd64 ~x86" >-IUSE="doc cg devil double-precision examples gtk threads" >+IUSE="doc cg devil double-precision examples gtk threads cegui" > RESTRICT="test" #139905 > > RDEPEND="dev-libs/zziplib >@@ -26,6 +26,7 @@ > cg? ( media-gfx/nvidia-cg-toolkit ) > devil? ( media-libs/devil ) > gtk? ( x11-libs/gtk+:2 ) >+ cegui? ( >=dev-games/cegui-0.5 ) > threads? ( || ( >=dev-libs/boost-1.34.1 dev-libs/boost[threads] ) )" > DEPEND="${RDEPEND} > x11-proto/xf86vidmodeproto >@@ -48,7 +49,8 @@ > fi > sed -i -e '/CPPUNIT/d' configure.in || die "sed failed" > epatch "${FILESDIR}"/${P}-boost.patch \ >- "${FILESDIR}"/${P}-automake.patch >+ "${FILESDIR}"/${P}-automake.patch \ >+ "${FILESDIR}"/${P}-explicit-cegui.patch > eautoreconf > } > >@@ -68,7 +70,8 @@ > $(use_enable cg) \ > $(use_enable devil) \ > $(use_enable double-precision double) \ >- $(use_enable threads threading) >+ $(use_enable threads threading) \ >+ $(use_enable cegui) > } > > 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 298736
: 224805 |
224807