Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249798 - games-sports/xmoto-0.5.0 is missing media-libs/sdl-net dependency
Summary: games-sports/xmoto-0.5.0 is missing media-libs/sdl-net dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-04 13:30 UTC by Shunichi Fuji
Modified: 2008-12-05 15:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shunichi Fuji 2008-12-04 13:30:25 UTC
>...
>checking for SDL - version >= 1.0.0... checking for sdl-config... /usr/bin/sdl-config
>checking for Mix_OpenAudio in -lSDL_mixer... yes
>checking for SDLNet_TCP_Open in -lSDL_net... no
>configure: error: SDL_net required
configure failed.

after installed media-libs/sdl-net-1.2.7 by overlay,
i confirmed that building and running.

diff --git a/xmoto-0.5.0.ebuild b/xmoto-0.5.0.ebuild
index b23321e..20fb76a 100644
--- a/xmoto-0.5.0.ebuild
+++ b/xmoto-0.5.0.ebuild
@@ -22,6 +22,7 @@ RDEPEND="dev-games/ode
        media-libs/libsdl
        media-libs/sdl-mixer
        media-libs/sdl-ttf
+       media-libs/sdl-net
        net-misc/curl
        virtual/opengl
        virtual/glu
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2008-12-05 15:35:12 UTC
fixed.