diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-23 13:43:43 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-23 13:43:43 +0000 |
commit | 89a8f7a5b187db9ee03134e6664248f78c3553ad (patch) | |
tree | 613a8e2894836ce30c95d8d91b11be653cb2b854 /editors | |
parent | c90604afc2bc5b82c03e8e66501e2be9205f8180 (diff) | |
download | ports-89a8f7a5b187db9ee03134e6664248f78c3553ad.tar.gz ports-89a8f7a5b187db9ee03134e6664248f78c3553ad.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/files/patch-02 | 11 | ||||
-rw-r--r-- | editors/vim5/files/patch-02 | 11 | ||||
-rw-r--r-- | editors/vim6/files/patch-02 | 11 |
3 files changed, 33 insertions, 0 deletions
diff --git a/editors/vim/files/patch-02 b/editors/vim/files/patch-02 new file mode 100644 index 000000000000..13e801d89f71 --- /dev/null +++ b/editors/vim/files/patch-02 @@ -0,0 +1,11 @@ +--- 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 + 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 diff --git a/editors/vim5/files/patch-02 b/editors/vim5/files/patch-02 new file mode 100644 index 000000000000..13e801d89f71 --- /dev/null +++ b/editors/vim5/files/patch-02 @@ -0,0 +1,11 @@ +--- 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 + 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 diff --git a/editors/vim6/files/patch-02 b/editors/vim6/files/patch-02 new file mode 100644 index 000000000000..13e801d89f71 --- /dev/null +++ b/editors/vim6/files/patch-02 @@ -0,0 +1,11 @@ +--- 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 + 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 |