openbsd-ports/x11/openmotif/patches/patch-clients-mwm-Imakefile
matt 5fe4d9edf9 From maintainer (smcho@tsp.korea.ac.kr):
- bring in latest patches
- added subpackages for demos and debuglibs
- only install Motif.rules and Motif.tmpl in config
- don't build config tools that OpenBSD already has
2001-01-03 00:02:55 +00:00

21 lines
815 B
Plaintext

--- clients/mwm/Imakefile.orig Mon Nov 20 13:42:43 2000
+++ clients/mwm/Imakefile Mon Nov 20 19:07:39 2000
@@ -176,7 +176,7 @@
NormalLibraryObjectRule()
MComplexProgramTarget_1(mwm,$(LOCAL_LIBRARIES),$(SYSTEM_LIBRARIES))
-SpecialObjectRule(WmResParse.o,NullParameter,-DLIBDIR='"'$(XPROJECTROOT)/lib/X11'"')
+SpecialObjectRule(WmResParse.o,NullParameter,-DLIBDIR='"'$(PROJECTROOT)/lib/X11'"')
SpecialObjectRule(WmResource.o,NullParameter,-DBITMAPDIR='"'$(XPROJECTROOT)/include/X11/bitmaps/'"')
/* This is added for 8.07 optimizer bug -see Keith Taylor.
@@ -217,7 +217,7 @@
CppFileTarget(sys.mwmrc,sys.mwmrc.src,$(LOCAL_CPP_DEFINES),)
*/
-InstallNonExecFile(system.mwmrc,$(XPROJECTROOT)/lib/X11)
+InstallNonExecFile(system.mwmrc,$(PROJECTROOT)/lib/X11)
InstallAppDefaults(Mwm)
MessageCatalogRule(Mwm)