1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Finish removing xmms-avi after repo-move to multimedia directory.

This commit is contained in:
Kris Kennaway 2002-11-23 02:08:13 +00:00
parent 5be5c752a2
commit 263c48a998
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70803

View File

@ -1,12 +0,0 @@
--- 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/'`