diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-08 17:16:55 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-08 17:16:55 +0000 |
commit | 4f3c91e09dd13e260253a68187e53c16aa58dfc6 (patch) | |
tree | 97cdf26542cea27119bca8e808ccf79cdb41706b /textproc/aspell/files/patch-ah | |
parent | Fix LIB_DEPENDS: aspell.9 -> aspell.11; overlooked when aspell was (diff) |
Update to 0.33.7
PR: 29448
Submitted by: Kato Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'textproc/aspell/files/patch-ah')
-rw-r--r-- | textproc/aspell/files/patch-ah | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/textproc/aspell/files/patch-ah b/textproc/aspell/files/patch-ah deleted file mode 100644 index a1886a062e02..000000000000 --- a/textproc/aspell/files/patch-ah +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.orig Thu Jan 25 09:42:03 2001 -+++ configure Sat Feb 17 06:18:28 2001 -@@ -2276,7 +2276,7 @@ - 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 \ -+--build="$build" $ac_aux_dir/ltmain.sh $host \ - || { echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; } - CC="$lt_save_CC" - CFLAGS="$lt_save_CFLAGS" -@@ -2798,10 +2798,10 @@ - top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac -+# case "$ac_given_INSTALL" in -+# [/$]*) INSTALL="$ac_given_INSTALL" ;; -+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -+# esac - - echo creating "$ac_file" - rm -f "$ac_file" |