diff options
Diffstat (limited to 'multimedia/xmms-avi')
-rw-r--r-- | multimedia/xmms-avi/Makefile | 1 | ||||
-rw-r--r-- | multimedia/xmms-avi/files/patch-ltmain.sh | 20 |
2 files changed, 1 insertions, 20 deletions
diff --git a/multimedia/xmms-avi/Makefile b/multimedia/xmms-avi/Makefile index 4b42f11..705a914 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 397c751..0000000 --- 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. - ;; - *) |