2003-05-19 21:43:16 +02:00
|
|
|
$NetBSD: patch-ag,v 1.4 2003/05/19 19:43:17 jschauma Exp $
|
2000-10-29 17:17:13 +01:00
|
|
|
|
2003-05-19 21:43:16 +02:00
|
|
|
--- config/cf/host.def.orig Mon May 19 14:04:32 2003
|
|
|
|
+++ config/cf/host.def Mon May 19 14:06:39 2003
|
|
|
|
@@ -1,17 +1,19 @@
|
2001-09-08 22:03:43 +02:00
|
|
|
#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
|
2003-05-19 21:43:16 +02:00
|
|
|
-#define USE_BYACC YES
|
2001-09-08 22:03:43 +02:00
|
|
|
#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
|
2002-01-10 13:10:45 +01:00
|
|
|
+#define BuildMotifDemos NO
|
2001-09-08 22:03:43 +02:00
|
|
|
|
|
|
|
#endif /* BeforeVendorCF */
|