summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-05-24 14:14:33 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-05-24 14:14:33 +0000
commiteb67a57a72ca1f2378887d2a414dbb3753d5cd19 (patch)
tree0af25d4e116f308266e433b8bab33c61167042c3 /multimedia
parentUpdate to 1.07 (diff)
USE_LIBTOOL
Notes
Notes: svn path=/head/; revision=136036
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xmms-avi/Makefile1
-rw-r--r--multimedia/xmms-avi/files/patch-ltmain.sh20
2 files changed, 1 insertions, 20 deletions
diff --git a/multimedia/xmms-avi/Makefile b/multimedia/xmms-avi/Makefile
index 4b42f1172bf5..705a914b58dd 100644
--- a/multimedia/xmms-avi/Makefile
+++ b/multimedia/xmms-avi/Makefile
@@ -26,6 +26,7 @@ USE_X_PREFIX= yes
USE_SDL= sdl
USE_GNOME= gtk12
USE_REINPLACE= yes
+USE_INC_LIBTOOL_VER=15
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-win32-path=${LOCALBASE}/lib/win32
diff --git a/multimedia/xmms-avi/files/patch-ltmain.sh b/multimedia/xmms-avi/files/patch-ltmain.sh
deleted file mode 100644
index 397c7516e63a..000000000000
--- a/multimedia/xmms-avi/files/patch-ltmain.sh
+++ /dev/null
@@ -1,20 +0,0 @@
---- ltmain.sh.orig Sun Aug 4 04:18:48 2002
-+++ ltmain.sh Sun Dec 7 12:53:52 2003
-@@ -1053,7 +1053,7 @@
- # These systems don't actually have a C library (as such)
- test "X$arg" = "X-lc" && continue
- ;;
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd*)
- # Do not include libc due to us having libc/libc_r.
- test "X$arg" = "X-lc" && continue
- ;;
-@@ -2501,7 +2501,7 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd*)
- # Do not include libc due to us having libc/libc_r.
- ;;
- *)