aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim6/files/patch-02
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim6/files/patch-02')
-rw-r--r--editors/vim6/files/patch-0217
1 files changed, 13 insertions, 4 deletions
diff --git a/editors/vim6/files/patch-02 b/editors/vim6/files/patch-02
index 13e801d89f7..a49c212f97b 100644
--- a/editors/vim6/files/patch-02
+++ b/editors/vim6/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