From 564467215f17e06b7543c830f824caf4e4ff49b4 Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 28 Jan 1998 16:20:41 +0000 Subject: [PATCH] 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 --- x11/lesstif/patches/patch-aa | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/x11/lesstif/patches/patch-aa b/x11/lesstif/patches/patch-aa index 5e237a326bfa..a84e808cd356 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 @@