diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-14 09:40:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-14 09:40:56 +0000 |
commit | aa0a6b33abb64a760dac34854c5336e9dd14e0c3 (patch) | |
tree | f8d3bb4d7e2709d2afc8ece8f15368b20c9d6c85 /textproc/aspell/files | |
parent | 0f7e9de8685144a220399bda9317d4ac8226ee08 (diff) | |
download | ports-aa0a6b33abb64a760dac34854c5336e9dd14e0c3.tar.gz ports-aa0a6b33abb64a760dac34854c5336e9dd14e0c3.zip |
Notes
Diffstat (limited to 'textproc/aspell/files')
-rw-r--r-- | textproc/aspell/files/patch-configure | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/textproc/aspell/files/patch-configure b/textproc/aspell/files/patch-configure new file mode 100644 index 000000000000..a441d0bc9959 --- /dev/null +++ b/textproc/aspell/files/patch-configure @@ -0,0 +1,30 @@ + +$FreeBSD$ + +--- configure.orig Wed Aug 28 11:02:51 2002 ++++ configure Sat Sep 14 11:42:16 2002 +@@ -8592,13 +8592,6 @@ + ;; + esac + +- if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null +- then +- { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5 +-echo "$as_me: error: tag name \"$tagname\" already exists" >&2;} +- { (exit 1); exit 1; }; } +- fi +- + # Update the list of available tags. + if test -n "$tagname"; then + echo appending configuration tag \"$tagname\" to $ofile +@@ -16819,6 +16812,10 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++save_CC="$CC" ++CC="$CXX" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS ++CC="$save_CC" + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |