summaryrefslogtreecommitdiff
path: root/x11/openmotif/patches/patch-ag
blob: 0dbf64f648452daeb769602dc596f5b06c854a35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$NetBSD: patch-ag,v 1.3 2002/01/10 12:10:46 jlam Exp $

--- config/cf/host.def.orig	Thu Jan 10 02:44:40 2002
+++ config/cf/host.def
@@ -1,17 +1,20 @@
 #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
+#define BuildMotifDemos         NO
 
 #endif /* BeforeVendorCF */