diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 16:41:49 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 16:41:49 +0000 |
commit | fbecb83eab5b750ec753a5057acd61a0b8c65670 (patch) | |
tree | 5c5c1b3566c6c4d53512709cc8318e97511a574b /audio/vsound | |
parent | 63047f94b31d3faa2f500d0c019666f791797adb (diff) |
change the libtool version to use from 1.3 to 1.5
Notes
Notes:
svn path=/head/; revision=136537
Diffstat (limited to 'audio/vsound')
-rw-r--r-- | audio/vsound/Makefile | 2 | ||||
-rw-r--r-- | audio/vsound/files/patch-configure | 19 | ||||
-rw-r--r-- | audio/vsound/pkg-plist | 1 |
3 files changed, 15 insertions, 7 deletions
diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index d9f372f57db1..410c8c8c72fd 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -16,7 +16,7 @@ COMMENT= Utility for capturing audio streams from programs with OSS output BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox RUN_DEPENDS= sox:${PORTSDIR}/audio/sox -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 .include <bsd.port.pre.mk> diff --git a/audio/vsound/files/patch-configure b/audio/vsound/files/patch-configure index b45e15c16de0..3e5cc7068f2e 100644 --- a/audio/vsound/files/patch-configure +++ b/audio/vsound/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sun Feb 11 07:48:58 2001 -+++ configure Tue Apr 13 17:11:28 2004 -@@ -1183,21 +1194,21 @@ +--- configure.orig Tue May 31 16:40:06 2005 ++++ configure Tue May 31 16:40:28 2005 +@@ -1183,21 +1183,21 @@ echo "$ac_t""$CPP" 1>&6 @@ -26,7 +26,7 @@ ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -1233,7 +1244,7 @@ +@@ -1233,7 +1233,7 @@ ac_cv_cpu_endian_ness="unknown" case "$target_cpu" in @@ -35,7 +35,16 @@ ac_cv_cpu_endian_ness="little" ;; -@@ -1941,7 +1952,7 @@ +@@ -1674,7 +1674,7 @@ + LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ + LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ + DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ +-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ ++$ac_aux_dir/ltconfig --no-reexec \ + $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } + +@@ -1941,7 +1941,7 @@ fi if test "$ac_cv_prog_gcc" = yes ; then diff --git a/audio/vsound/pkg-plist b/audio/vsound/pkg-plist index 2a26e8d3c89d..5fd935da469f 100644 --- a/audio/vsound/pkg-plist +++ b/audio/vsound/pkg-plist @@ -1,5 +1,4 @@ bin/vsound -lib/vsound/libvsound.la lib/vsound/libvsound.so @dirrm lib/vsound %%PORTDOCS%%%%DOCSDIR%%/README |