diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-22 10:23:48 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-22 10:23:48 +0000 |
commit | 5211b46bafdd09fb708035a526d31736d487a3eb (patch) | |
tree | 898b9cdc4d2d2f06676499f8a87c0ed2b13a8cac /editors/vim/files/patch-02 | |
parent | Sudo's config is in fact the autoconf type.. lets say so. (diff) |
Upgrade to vim-5.0p.
Apply patch to work with Perl5 support (needed especically if perl5 was
installed as a package).
Notes
Notes:
svn path=/head/; revision=8326
Diffstat (limited to 'editors/vim/files/patch-02')
-rw-r--r-- | editors/vim/files/patch-02 | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/editors/vim/files/patch-02 b/editors/vim/files/patch-02 index 13e801d89f71..a49c212f97b0 100644 --- a/editors/vim/files/patch-02 +++ b/editors/vim/files/patch-02 @@ -1,7 +1,16 @@ ---- configure.orig Sat Aug 23 15:28:24 1997 -+++ configure Sat Aug 23 15:29:56 1997 -@@ -1995,7 +1995,7 @@ - echo "configure:1996: checking for location of Motif GUI libs" >&5 +--- configure.orig Thu Sep 25 15:30:18 1997 ++++ configure Sun Oct 19 22:53:37 1997 +@@ -951,7 +951,7 @@ + PERL_CFLAGS="$perlcppflags" + fi + perllibs=`cd $srcdir;$vi_cv_path_perl -MExtUtils::Embed \ +- -e 'ldopts' | sed '/Warning/d'` ++ -e 'ldopts' | sed '/Warning/d' | sed '/Note (probably harmless)/d'` + if test "X$perllibs" != "X"; then + LIBS="$perllibs $LIBS" + fi +@@ -2175,7 +2175,7 @@ + echo "configure:2176: checking for location of Motif GUI libs" >&5 GUI_LIB_LOC= for try in $gui_libs; do - if test -f "$try/libXm.a" -o -f "$try/libXm.so" -o -f "$try/libXm.sl"; then |