1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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
This commit is contained in:
Steve Price 2002-10-16 15:10:37 +00:00
parent 706840efeb
commit 2def689316
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68147

View File

@ -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}