]> git.pld-linux.org Git - packages/motif.git/blob - openmotif-build.patch
- typos, encoding fixes, added vi-line, etc.
[packages/motif.git] / openmotif-build.patch
1 diff -rc motif.orig/Imakefile motif/Imakefile
2 *** motif.orig/Imakefile        Thu May  4 08:30:42 2000
3 --- motif/Imakefile     Tue May 23 09:30:03 2000
4 ***************
5 *** 67,72 ****
6 --- 67,73 ----
7   
8   includes::
9         MakeDir($(BUILDINCDIR))
10 +       MakeDir($(BUILDLIBDIR))
11         MakeDir($(BUILDDOCDIR))
12         MakeDir($(BUILDLOCDIR))
13   
14 diff -rc motif.orig/bindings/Imakefile motif/bindings/Imakefile
15 *** motif.orig/bindings/Imakefile       Wed May  3 05:12:34 2000
16 --- motif/bindings/Imakefile    Mon May 22 12:55:46 2000
17 ***************
18 *** 63,70 ****
19         siemens_9733 \
20         siemens_wx200 \
21         sony \
22 !       sun_mit \
23 !       sun_news \
24         tek
25   
26   
27 --- 63,70 ----
28         siemens_9733 \
29         siemens_wx200 \
30         sony \
31 !       sun \
32 !       sun_at \
33         tek
34   
35   
36 diff -rc motif.orig/config/cf/host.def motif/config/cf/host.def
37 *** motif.orig/config/cf/host.def       Fri Apr 28 11:04:00 2000
38 --- motif/config/cf/host.def    Mon May 22 15:54:41 2000
39 ***************
40 *** 0 ****
41 --- 1,14 ----
42 + #define TopLevelProject         Motif
43 + #define ProjectRoot             /usr/X11R6
44 + #define X11ProjectRoot          /usr/X11R6
45 + #define VirtualBindingsPath     /usr/X11R6/lib/X11/bindings
46 + #define ImportX11               YES
47 + #define USE_BYACC               YES
48 + #define NoMessageCatalog        YES
49 + #define ForceNormalLib          YES
50 + #define DebugLibXm              NO
51 + #define DebugLibMrm             NO
52 + #define DebugLibUil             NO
53 + #define LexLib                  -lfl
54 + #define YaccCmd                 yacc
55 + #define DefaultGcc2i386Opt      -02
56 diff -rc motif.orig/demos/programs/Imakefile motif/demos/programs/Imakefile
57 *** motif.orig/demos/programs/Imakefile Wed May  3 05:12:36 2000
58 --- motif/demos/programs/Imakefile      Mon May 22 12:55:46 2000
59 ***************
60 *** 40,48 ****
61   #define IHaveSubdirs
62   #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
63   
64   SUBDIRS = Exm airport animate drag_and_drop draw earth filemanager fileview \
65         getsubres hellomotif hellomotifi18n i18ninput panner periodic \
66 !       piano popups sampler2_0 setdate todo workspace
67   
68   MakeSubdirs($(SUBDIRS))
69   DependSubdirs($(SUBDIRS))
70 --- 40,53 ----
71   #define IHaveSubdirs
72   #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
73   
74 + #if defined(FreeBSDArchitecture)
75 + SETDATE =
76 + #else
77 + SETDATE = setdate
78 + #endif
79   SUBDIRS = Exm airport animate drag_and_drop draw earth filemanager fileview \
80         getsubres hellomotif hellomotifi18n i18ninput panner periodic \
81 !       piano popups sampler2_0 $(SETDATE) todo workspace
82   
83   MakeSubdirs($(SUBDIRS))
84   DependSubdirs($(SUBDIRS))
85 diff -rc motif.orig/tests/mwm/PI/Imakefile motif/tests/mwm/PI/Imakefile
86 *** motif.orig/tests/mwm/PI/Imakefile   Wed May  3 05:13:00 2000
87 --- motif/tests/mwm/PI/Imakefile        Tue May 23 09:31:53 2000
88 ***************
89 *** 45,54 ****
90   DEPS = PICommon.o
91   
92   SRCS = PIColormap.c PICommon.c PIConfig.c PIHints.c PIIconSt.c \
93 !        PIMwmHints.c PIMwmInfo.c PINames.c PIProto.c PISizeHints.c PIConfig2.c PICCI.c PIVMwm.c
94   
95   PROGRAMS = PIMwmHints PIColormap PIHints PIMwmInfo PIIconSt PIProto PINames \
96 !                  PISizeHints PIConfig PIConfig2 PICCI PIVMwm
97   
98   NormalLibraryObjectRule()
99   
100 --- 45,55 ----
101   DEPS = PICommon.o
102   
103   SRCS = PIColormap.c PICommon.c PIConfig.c PIHints.c PIIconSt.c \
104 !        PIMwmHints.c PIMwmInfo.c PINames.c PIProto.c PISizeHints.c \
105 !        PIConfig2.c PICCI.c
106   
107   PROGRAMS = PIMwmHints PIColormap PIHints PIMwmInfo PIIconSt PIProto PINames \
108 !                  PISizeHints PIConfig PIConfig2 PICCI
109   
110   NormalLibraryObjectRule()
111   
112 --- motif/demos/programs/setdate/Imakefile~     Wed May  3 11:12:37 2000
113 +++ motif/demos/programs/setdate/Imakefile      Wed Jun  7 19:03:24 2000
114 @@ -37,8 +37,6 @@
115  
116          DEPLIBS = XmClientDepLibs
117  LOCAL_LIBRARIES = XmClientLibs
118 -         MANDIR = /usr/local/man/man1
119 -      MANSUFFIX = 1     
120  
121  SRCS = setDate.c
122  OBJS = setDate.o
123 --- motif/demos/programs/popups/Imakefile~      Wed May  3 11:12:37 2000
124 +++ motif/demos/programs/popups/Imakefile       Wed Jun  7 21:28:18 2000
125 @@ -43,6 +43,6 @@
126  
127  MSimpleProgramTarget(autopopups)
128  InstallProgram(autopopups,$(BINDIR))
129 -InstallManPage(autopopups, $(MANDIR))
130 +InstallManPage(autopopups,$(MANDIR))
131  
132  DependTarget()
This page took 0.0322440000000001 seconds and 3 git commands to generate.