diff options
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} + + |