diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 16:26:39 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 16:26:39 +0000 |
commit | 63047f94b31d3faa2f500d0c019666f791797adb (patch) | |
tree | cfe36e72d5783dcbcfb220c4ecd127d1f8c9eb4e | |
parent | 5200cfb2df937b1bf91c35ba199f62fc3d15129f (diff) | |
download | ports-63047f94b31d3faa2f500d0c019666f791797adb.tar.gz ports-63047f94b31d3faa2f500d0c019666f791797adb.zip |
Notes
-rw-r--r-- | audio/gnapster/Makefile | 2 | ||||
-rw-r--r-- | audio/gnapster/files/patch-ae | 13 |
2 files changed, 12 insertions, 3 deletions
diff --git a/audio/gnapster/Makefile b/audio/gnapster/Makefile index 7d4e57353c32..21b03db02057 100644 --- a/audio/gnapster/Makefile +++ b/audio/gnapster/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= imlib WANT_GNOME= yes -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/audio/gnapster/files/patch-ae b/audio/gnapster/files/patch-ae index ca105d625e48..a777c23444a3 100644 --- a/audio/gnapster/files/patch-ae +++ b/audio/gnapster/files/patch-ae @@ -1,5 +1,5 @@ ---- configure.orig Sat Jun 16 23:06:15 2001 -+++ configure Sat Jun 16 23:07:23 2001 +--- configure.orig Mon Jun 4 09:02:09 2001 ++++ configure Tue May 31 16:22:07 2005 @@ -1323,7 +1323,7 @@ GNAPSTER_INCLUDES="" @@ -31,3 +31,12 @@ fi +@@ -2927,7 +2927,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 $lt_target \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } + |