diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-01 01:52:34 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-01 01:52:34 +0800 |
commit | 77b61866794ab2e921193b271282847ea7e9f6c6 (patch) | |
tree | bff1d7d73c0d99017e23f22c39aafd17e72ddc2a /audio/wsoundserver | |
parent | e9dbfcbb92b7e065eb885113d798dbf30f809623 (diff) | |
download | freebsd-ports-gnome-77b61866794ab2e921193b271282847ea7e9f6c6.tar.gz freebsd-ports-gnome-77b61866794ab2e921193b271282847ea7e9f6c6.tar.zst freebsd-ports-gnome-77b61866794ab2e921193b271282847ea7e9f6c6.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'audio/wsoundserver')
-rw-r--r-- | audio/wsoundserver/Makefile | 2 | ||||
-rw-r--r-- | audio/wsoundserver/files/patch-af | 20 |
2 files changed, 15 insertions, 7 deletions
diff --git a/audio/wsoundserver/Makefile b/audio/wsoundserver/Makefile index d0442d9dc28e..34b8ff92fe9f 100644 --- a/audio/wsoundserver/Makefile +++ b/audio/wsoundserver/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker USE_X_PREFIX= yes WANT_GNOME= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/WINGs" MAN1= get-wsound-flags.1x getsoundset.1x setsoundset.1x \ diff --git a/audio/wsoundserver/files/patch-af b/audio/wsoundserver/files/patch-af index 50cb9f9940b4..0a891d8bea4d 100644 --- a/audio/wsoundserver/files/patch-af +++ b/audio/wsoundserver/files/patch-af @@ -1,10 +1,18 @@ ---- configure.orig Sat Jun 3 14:45:53 2000 -+++ configure Sat Jun 3 14:48:21 2000 -@@ -3401,9 +3401,9 @@ - +--- configure.orig Tue May 31 17:26:42 2005 ++++ configure Tue May 31 17:26:57 2005 +@@ -1458,7 +1458,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; } + +@@ -3402,8 +3402,8 @@ rm -f conf.audiofiletest - + - CFLAGS=$AUDIOFILE_CFLAGS - LIBS=$AUDIOFILE_LIBS + CFLAGS="$CFLAGS $AUDIOFILE_CFLAGS" @@ -12,7 +20,7 @@ if test "x$AUDIOFILE_LIBS" = "x"; then echo -@@ -3677,8 +3674,8 @@ +@@ -3677,8 +3677,8 @@ rm -f conf.esdtest |