openbsd-ports/x11/openmotif/patches/patch-clients-mwm-Imakefile
matt a521d0a427 - consolidate pre-build steps into post-patch
- eliminate XCONFIGF in Makefile to prevent multiple evaluations
- point mwm at PROJECTROOT (i.e. /usr/local) instead of XPROJECTROOT
  (i.e. /usr/X11R6) to find lib/X11/system.mwmrc
- tblize manpages
- break up patches and rename to match current convention
- prettify Makefile
2000-08-10 01:40:40 +00:00

12 lines
559 B
Plaintext

--- clients/mwm/Imakefile.orig Wed May 3 05:12:34 2000
+++ clients/mwm/Imakefile Wed Aug 9 19:29:43 2000
@@ -172,7 +172,7 @@
NormalLibraryObjectRule()
ComplexProgramTarget_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.