From 2def689316b7e3dcf55844c5636b213eca22b63f Mon Sep 17 00:00:00 2001 From: Steve Price Date: Wed, 16 Oct 2002 15:10:37 +0000 Subject: [PATCH] Set LIBDIR correctly during the build of mwm so that it can find its its configuration file at run-time. PR: 43636 Submitted by: kan --- .../open-motif/files/patch-clients::mwm::Makefile.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 x11-toolkits/open-motif/files/patch-clients::mwm::Makefile.in diff --git a/x11-toolkits/open-motif/files/patch-clients::mwm::Makefile.in b/x11-toolkits/open-motif/files/patch-clients::mwm::Makefile.in new file mode 100644 index 000000000000..81ad052e8f2d --- /dev/null +++ b/x11-toolkits/open-motif/files/patch-clients::mwm::Makefile.in @@ -0,0 +1,10 @@ +--- clients/mwm/Makefile.in.orig Wed Oct 16 09:52:28 2002 ++++ clients/mwm/Makefile.in Wed Oct 16 09:53:14 2002 +@@ -104,6 +104,7 @@ + -DCDE_INSTALLATION_TOP=\"@CDE_INSTALLATION_TOP@\" \ + -DCDE_CONFIGURATION_TOP=\"@CD_CONFIGURATION_TOP@\" \ + -DBITMAPDIR=\"@INCDIR@/bitmaps\" \ ++ -DLIBDIR=\"@LIBDIR@\" \ + -I$(srcdir)/../../lib ${X_CFLAGS} + +