summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-02-27 16:14:27 +0000
committerAde Lovett <ade@FreeBSD.org>2006-02-27 16:14:27 +0000
commit19633b2967d30c739a5791c4a30b5779198853e4 (patch)
treeb7fd951c92182856629076798fd6f79ba0d8bf0d /multimedia
parentpost-libtool plist fix (diff)
Fix build in a single-libtool world
Submitted by: pointyhat Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=156867
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/hayes/files/patch-configure57
1 files changed, 57 insertions, 0 deletions
diff --git a/multimedia/hayes/files/patch-configure b/multimedia/hayes/files/patch-configure
new file mode 100644
index 000000000000..272d0fe9ef5a
--- /dev/null
+++ b/multimedia/hayes/files/patch-configure
@@ -0,0 +1,57 @@
+--- configure.orig Thu Dec 18 14:48:27 2003
++++ configure Mon Feb 27 08:11:16 2006
+@@ -3978,14 +3978,2 @@
+
+-
+-# Actually configure libtool. ac_aux_dir is where install-sh is found.
+-AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
+-MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
+-LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
+-AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
+-objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
+-deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
+-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
+-$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
+-|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+-
+ # Reload cache, that may have been modified by ltconfig
+@@ -3999,5 +3987,4 @@
+
+-
+ # This can be used to rebuild libtool when needed
+-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
++LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+
+@@ -4009,32 +3996,2 @@
+ exec 5>>./config.log
+-
+-
+-
+-LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh"
+-lt_save_CC="$CC"
+-lt_save_CFLAGS="$CFLAGS"
+-AR="$AR" LTCC="$CC" CC="$CXX" CXX="$CXX" CFLAGS="$CXXFLAGS" CPPFLAGS="$CPPFLAGS" \
+-MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
+-LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
+-AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
+-objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
+-deplibs_check_method="$deplibs_check_method" \
+-file_magic_cmd="$file_magic_cmd" \
+-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \
+---build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \
+-|| { echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; }
+-CC="$lt_save_CC"
+-CFLAGS="$lt_save_CFLAGS"
+-
+-# Redirect the config.log output again, so that the ltconfig log is not
+-# clobbered by the next message.
+-exec 5>>./config.log
+-
+-
+-
+-
+-
+-
+-
+-
+