summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-02-27 16:07:52 +0000
committerAde Lovett <ade@FreeBSD.org>2006-02-27 16:07:52 +0000
commitf8f207bf7ee5b74e740f3fd44edfcbd6306bf083 (patch)
tree676f4da030f72912d493c21480d96d96738dc9d2 /deskutils
parentUnbreak after mega-libtool-commit: put the new PKGNAME in files/UPDATING. (diff)
Fix build in a post single-libtool world
Submitted by: pointyhat Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=156864
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/krss/files/patch-configure54
1 files changed, 54 insertions, 0 deletions
diff --git a/deskutils/krss/files/patch-configure b/deskutils/krss/files/patch-configure
new file mode 100644
index 000000000000..68ee67adee02
--- /dev/null
+++ b/deskutils/krss/files/patch-configure
@@ -0,0 +1,54 @@
+--- configure.orig Wed Feb 20 16:31:19 2002
++++ configure Mon Feb 27 08:06:44 2006
+@@ -3037,13 +3037,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
+@@ -3059,3 +3048,3 @@
+ # 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"
+
+@@ -3067,32 +3056,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
+-
+-
+-
+-
+-
+-
+-
+-
+