1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/xmms-avi/files/patch-configure
Will Andrews f11ccbb44d Add xmms-avi 1.2.2, an avifile based .avi and .asf file playback
plugin for XMMS.  Very cool!

PR:		24939
Submitted by:	Roman Shterenzon <roman@xpert.com>
2001-03-20 02:32:42 +00:00

13 lines
515 B
Plaintext

--- configure.orig Wed Feb 7 22:07:08 2001
+++ configure Wed Feb 7 22:08:06 2001
@@ -2192,7 +2192,8 @@
no_sdl=yes
else
SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
- SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
+# Having Xxf86vm and friends makes libtool unhappy and unable to create .so
+ SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs | sed 's/-lXxf86vm -lXxf86dga -lXv//'`
sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`