diff options
author | ade <ade@FreeBSD.org> | 2006-02-27 16:07:52 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-27 16:07:52 +0000 |
commit | e8db92efdcc9ac0cf36d3728b1c8320a3b7938a9 (patch) | |
tree | 6416d7986301338ec9c95261559bee08c4001527 /deskutils/krss | |
parent | 5d386678cd6555fd95428bdef94f7fe6a4f275ac (diff) | |
download | FreeBSD-ports-e8db92efdcc9ac0cf36d3728b1c8320a3b7938a9.zip FreeBSD-ports-e8db92efdcc9ac0cf36d3728b1c8320a3b7938a9.tar.gz |
Fix build in a post single-libtool world
Submitted by: pointyhat
Approved by: portmgr (implicit)
Diffstat (limited to 'deskutils/krss')
-rw-r--r-- | deskutils/krss/files/patch-configure | 54 |
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 0000000..68ee67a --- /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 +- +- +- +- +- +- +- +- + |