Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 134846 Details for
Bug 197697
games-strategy/freeciv can use SDL client
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
freeciv-2.1.0.ebuild.patch
freeciv-2.1.0.ebuild.patch (text/plain), 1.35 KB, created by
Andrei Slavoiu
on 2007-10-31 22:50:33 UTC
(
hide
)
Description:
freeciv-2.1.0.ebuild.patch
Filename:
MIME Type:
Creator:
Andrei Slavoiu
Created:
2007-10-31 22:50:33 UTC
Size:
1.35 KB
patch
obsolete
>--- /usr/portage/games-strategy/freeciv/freeciv-2.1.0.ebuild 2007-10-31 18:57:47.000000000 +0200 >+++ /usr/local/portage/games-strategy/freeciv/freeciv-2.1.0.ebuild 2007-11-01 00:22:06.000000000 +0200 >@@ -28,10 +28,16 @@ > nls? ( virtual/libintl ) > gtk? ( >=x11-libs/gtk+-2 ) > !gtk? ( >- Xaw3d? ( x11-libs/Xaw3d ) >- !Xaw3d? ( x11-libs/libXaw ) >- x11-libs/libXmu >- x11-libs/libXpm >+ sdl? ( >+ media-libs/libsdl >+ media-libs/sdl-image >+ ) >+ !sdl? ( >+ Xaw3d? ( x11-libs/Xaw3d ) >+ !Xaw3d? ( x11-libs/libXaw ) >+ x11-libs/libXmu >+ x11-libs/libXpm >+ ) > ) > alsa? ( > media-libs/alsa-lib >@@ -56,6 +62,8 @@ > elog "The Freeciv Client will be built with the GTK+-2 toolkit" > elif use Xaw3d ; then > elog "The Freeciv Client will be built with the Xaw3d toolkit" >+ elif use sdl ; then >+ elog "The Freeciv Client will be built with the SDL toolkit" > else > elog "The Freeciv Client will be built with the Xaw toolkit" > fi >@@ -112,6 +120,7 @@ > myclient="no" > else > myclient="xaw" >+ use sdl && myclient="sdl" > use Xaw3d && myclient="xaw3d" > if use gtk ; then > myclient="gtk-2.0" >@@ -141,7 +150,7 @@ > > if ! use dedicated ; then > # Install the app-defaults if Xaw/Xaw3d toolkit >- if ! use gtk ; then >+ if ! use gtk && ! use sdl ; then > insinto /etc/X11/app-defaults > doins data/Freeciv || die "doins failed" > fi
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 197697
: 134846