summaryrefslogtreecommitdiff
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-0220
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/vim6/files/patch-02 b/editors/vim6/files/patch-02
deleted file mode 100644
index a49c212f97b0..000000000000
--- a/editors/vim6/files/patch-02
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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
-+ if test -f "$try/libXm.a" -o -f "$try/libXm.so.0.1" -o -f "$try/libXm.sl"; then
- GUI_LIB_LOC=$try
- if test "`(uname) 2>/dev/null`" = SunOS &&
- uname -r | grep '^5' >/dev/null; then