diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-05-24 14:14:33 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-05-24 14:14:33 +0000 |
commit | eb67a57a72ca1f2378887d2a414dbb3753d5cd19 (patch) | |
tree | 0af25d4e116f308266e433b8bab33c61167042c3 /multimedia/xmms-avi | |
parent | 0827e501f55a30c8ed9d390c11802c643fcb7b9a (diff) | |
download | ports-eb67a57a72ca1f2378887d2a414dbb3753d5cd19.tar.gz ports-eb67a57a72ca1f2378887d2a414dbb3753d5cd19.zip |
Notes
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 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. - ;; - *) |