diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-03-07 00:19:09 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-03-07 00:19:09 +0000 |
commit | a916679c5ee31cfa5f51ccbb3e6313aed95bb45e (patch) | |
tree | 1c8070b3cada0460e57deb62db1ddb9d8b9fdee4 /print | |
parent | c07dad07211aa980e1eeb333737daa9edb4e67d8 (diff) | |
download | ports-a916679c5ee31cfa5f51ccbb3e6313aed95bb45e.tar.gz ports-a916679c5ee31cfa5f51ccbb3e6313aed95bb45e.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/kaspaliste/files/patch-configure | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/print/kaspaliste/files/patch-configure b/print/kaspaliste/files/patch-configure new file mode 100644 index 000000000000..9920d95c4930 --- /dev/null +++ b/print/kaspaliste/files/patch-configure @@ -0,0 +1,57 @@ +--- configure.orig Wed May 12 10:06:06 2004 ++++ configure Tue Mar 7 00:10:32 2006 +@@ -3773,14 +3773,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 +@@ -3794,5 +3782,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" + +@@ -3804,32 +3791,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 +- +- +- +- +- +- +- +- + |