summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoragc <agc>1998-01-28 16:20:41 +0000
committeragc <agc>1998-01-28 16:20:41 +0000
commit9cf11a0406f849dd0ecce71263a1aa272938672d (patch)
tree802fc742411e34dc8cf7bd7cd2903f15e1b58ba4 /x11
parentb3cd79bc0671df4d0f4baf8e1538ff9b4fbe4bf0 (diff)
downloadpkgsrc-9cf11a0406f849dd0ecce71263a1aa272938672d.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')
-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 @@