diff options
author | vs <vs@FreeBSD.org> | 2005-05-24 22:14:33 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-05-24 22:14:33 +0800 |
commit | dd6c38b7c0224eea53b032a6db0c58cdfffadeb9 (patch) | |
tree | 1d0d6e263dc2f15f3b05fa9447e8e379f4b75c26 | |
parent | 16be98c8ed78bcb1dfb50776a5c9af2b955aa487 (diff) | |
download | freebsd-ports-gnome-dd6c38b7c0224eea53b032a6db0c58cdfffadeb9.tar.gz freebsd-ports-gnome-dd6c38b7c0224eea53b032a6db0c58cdfffadeb9.tar.zst freebsd-ports-gnome-dd6c38b7c0224eea53b032a6db0c58cdfffadeb9.zip |
USE_LIBTOOL
-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. - ;; - *) |