diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-07-18 18:18:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-07-18 18:18:24 +0000 |
commit | 74ab39afafe4a769b4da008905e4ce7c974364cb (patch) | |
tree | d70d867fe7fc2e62c5511c2ed12435d1195b234c /editors/vim/files/patch-02 | |
parent | Activate ja-rogue_s. (diff) |
Remove this port for now, since it's just a repo copy and I don't want
the release to ship with it if DavidO can't get to it. (DavidO will
cvs add the files back when he solves the problem that's holding him back.)
Notes
Notes:
svn path=/head/; revision=30793
Diffstat (limited to 'editors/vim/files/patch-02')
-rw-r--r-- | editors/vim/files/patch-02 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/vim/files/patch-02 b/editors/vim/files/patch-02 deleted file mode 100644 index f74cb6530149..000000000000 --- a/editors/vim/files/patch-02 +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Sep 19 03:59:45 1999 -+++ configure Sun Oct 24 21:47:29 1999 -@@ -3098,7 +3098,7 @@ - gui_libs="`echo $x_libraries|sed 's%/^/^/*$%%'` `echo "$gui_XXX" | sed s/XXX/lib/g` `echo "$GUI_INC_LOC" | sed s/include/lib/` $GUI_LIB_LOC" - GUI_LIB_LOC= - for try in $gui_libs; do -- for libtry in "$try"/libXm.a "$try"/libXm.so* "$try"/libXm.sl; do -+ for libtry in "$try"/libXm.a "$try"/libXm.so* "$try"/libXm.so.0 "$try"/libXm.so.0.1 "$try"/libXm.sl; do - if test -f "$libtry"; then - GUI_LIB_LOC=$try - fi |