summaryrefslogtreecommitdiff
path: root/x11/lesstif/patches
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-01-28 16:20:41 +0000
committeragc <agc@pkgsrc.org>1998-01-28 16:20:41 +0000
commit564467215f17e06b7543c830f824caf4e4ff49b4 (patch)
tree802fc742411e34dc8cf7bd7cd2903f15e1b58ba4 /x11/lesstif/patches
parentf535cf3701b8712d89ebbce0c3d70654b0a93645 (diff)
downloadpkgsrc-564467215f17e06b7543c830f824caf4e4ff49b4.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
Diffstat (limited to 'x11/lesstif/patches')
-rw-r--r--x11/lesstif/patches/patch-aa13
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 @@