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:
parent
706840efeb
commit
2def689316
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68147
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user