aboutsummaryrefslogtreecommitdiff
path: root/graphics/xmms-avi/files
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-20 02:32:42 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-20 02:32:42 +0000
commitf11ccbb44d6c87f3d231b2dd9fd1a5303f70f967 (patch)
tree3c35837b051d26992bf39c36253b0a6de1954261 /graphics/xmms-avi/files
parentb68b01559f2831905f3b4c32c2d50c793c4f7c9f (diff)
downloadports-f11ccbb44d6c87f3d231b2dd9fd1a5303f70f967.tar.gz
ports-f11ccbb44d6c87f3d231b2dd9fd1a5303f70f967.zip
Notes
Diffstat (limited to 'graphics/xmms-avi/files')
-rw-r--r--graphics/xmms-avi/files/patch-configure12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/xmms-avi/files/patch-configure b/graphics/xmms-avi/files/patch-configure
new file mode 100644
index 000000000000..722cdcc20d60
--- /dev/null
+++ b/graphics/xmms-avi/files/patch-configure
@@ -0,0 +1,12 @@
+--- 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/'`