diff options
author | agc <agc> | 1998-01-28 16:20:41 +0000 |
---|---|---|
committer | agc <agc> | 1998-01-28 16:20:41 +0000 |
commit | 452025887739893ac10cbfd5cc5677aac2e7326f (patch) | |
tree | 802fc742411e34dc8cf7bd7cd2903f15e1b58ba4 | |
parent | 444db71c0e95ce1f24612a634f1ad44793fdef3a (diff) | |
download | pkgsrc-452025887739893ac10cbfd5cc5677aac2e7326f.tar.gz |
There is a comment in the configure.in script to the effect that
libUil doesn't compile, so comment it out. This is wrong - it does
compile, so modify the configure script to build and install it. (No
guarantees whether it actually works, of course).
Pointed out by Scott Reynolds and Klaus Klein, and fixes PR pkg/4899
-rw-r--r-- | x11/lesstif/patches/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/x11/lesstif/patches/patch-aa b/x11/lesstif/patches/patch-aa index 5e237a326bf..a84e808cd35 100644 --- a/x11/lesstif/patches/patch-aa +++ b/x11/lesstif/patches/patch-aa @@ -1,5 +1,14 @@ ---- configure.orig Wed Nov 19 16:32:40 1997 -+++ configure Thu Nov 27 15:23:19 1997 +--- configure.orig Wed Nov 19 23:32:40 1997 ++++ configure Wed Jan 28 15:07:07 1998 +@@ -977,7 +977,7 @@ + + + include_subdirs="Motif$include_version_suffix" +-lib_subdirs="Xm$version_suffix Mrm$version_suffix config" ++lib_subdirs="Xm$version_suffix Uil$version_suffix Mrm$version_suffix config" + lib_cleandirs="Xm$version_suffix Uil$version_suffix Mrm$version_suffix config" + client_subdirs="Motif-1.2" + client_cleandirs="Motif-1.2" @@ -2672,7 +2672,7 @@ |