$NetBSD: patch-ag,v 1.2 2001/09/08 20:03:44 jlam Exp $ --- config/cf/host.def.orig Sat Sep 8 01:35:59 2001 +++ config/cf/host.def @@ -1,17 +1,19 @@ #ifdef BeforeVendorCF -#define TopLevelProject Motif -#define ProjectRoot /usr/X11R6 -#define X11ProjectRoot /usr/X11R6 +#define TopLevelProject OpenMotif +#undef ProjectRoot +#define ProjectRoot $(PREFIX) +#undef X11ProjectRoot +#define X11ProjectRoot $(X11BASE) #define VirtualBindingsPath $(LIBDIR)/bindings #define ImportX11 YES #define USE_BYACC YES #define NoMessageCatalog YES #define ForceNormalLib YES #define HasVarDirectory NO -#define DebugLibXm YES -#define DebugLibMrm YES -#define DebugLibUil YES +#define DebugLibXm NO +#define DebugLibMrm NO +#define DebugLibUil NO #define LexLib -lfl #endif /* BeforeVendorCF */