diff options
author | steve <steve@FreeBSD.org> | 2002-10-16 23:10:37 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2002-10-16 23:10:37 +0800 |
commit | a55a1492887c3eeb5b0e7fea7a78d3c8de7c09fa (patch) | |
tree | 7a1a9ad48b3d6651d352efcbda08254932d13c9f /x11-toolkits | |
parent | 050af8c7ebd1fcbceac1ac9b60bebda88a769d08 (diff) | |
download | freebsd-ports-graphics-a55a1492887c3eeb5b0e7fea7a78d3c8de7c09fa.tar.gz freebsd-ports-graphics-a55a1492887c3eeb5b0e7fea7a78d3c8de7c09fa.tar.zst freebsd-ports-graphics-a55a1492887c3eeb5b0e7fea7a78d3c8de7c09fa.zip |
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
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/open-motif/files/patch-clients::mwm::Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
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 00000000000..81ad052e8f2 --- /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} + + |