freebsd-ports/audio/xmms2/files/patch-src_clients_sdl-vis_Program
Renato Botelho 1c4e3e458a XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plugins. On top
of this, there is a flexible media library to organize your music.

WWW:	http://xmms2.xmms.org

PR:		ports/90618
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
2005-12-21 09:50:39 +00:00

10 lines
422 B
Text

--- src/clients/sdl-vis/Program.orig Sun Dec 18 08:35:27 2005
+++ src/clients/sdl-vis/Program Sun Dec 18 14:36:51 2005
@@ -7,5 +7,5 @@
env.Prepend(LIBPATH="src/clients/lib/xmmsclient-glib")
env.Append(LIBS=["xmmsclient-glib"])
env.pkgconfig("glib-2.0")
- env.configcmd("sdl-config --libs --cflags")
- env.checklib("SDL_ttf", "TTF_Init")
+ env.configcmd("sdl11-config --libs --cflags")
+ env.Append(LIBS=["SDL_ttf"])