blob: 24e2fc900a793ac1bb567de35cc76770e2bad9a0 (
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
$NetBSD: patch-ab,v 1.2 1998/08/07 11:18:32 agc Exp $
diff -rc ../old/xview3.2p1-X11R6/config/XView.cf XView.cf
*** ../old/xview3.2p1-X11R6/config/XView.cf Sun Jun 26 22:09:19 1994
--- XView.cf Sun Nov 20 13:38:58 1994
***************
*** 101,107 ****
* the appropriate value.
*/
#ifndef XVDestDir
! #define XVDestDir /usr/X11/xview
#endif
/*
* Command to add object modules to the library.
--- 101,107 ----
* the appropriate value.
*/
#ifndef XVDestDir
! #define XVDestDir /usr/X11R6
#endif
/*
* Command to add object modules to the library.
***************
*** 139,145 ****
* installed in $(DESTDIR)/lib/X11/config (aka $(CONFIGDIR)).
*/
#ifndef OnlyNeedsNewXViewConfigInstalled
! #define OnlyNeedsNewXViewConfigInstalled NO
#endif
/*
* If you would like the XView man pages to be installed in
--- 139,145 ----
* installed in $(DESTDIR)/lib/X11/config (aka $(CONFIGDIR)).
*/
#ifndef OnlyNeedsNewXViewConfigInstalled
! #define OnlyNeedsNewXViewConfigInstalled YES
#endif
/*
* If you would like the XView man pages to be installed in
***************
*** 305,311 ****
* malloc() and read() will be used instead.
*/
#ifndef OsHasMmap
! #define OsHasMmap YES
#endif
/*
* The implementation of internationalization support in XView depends
--- 305,311 ----
* malloc() and read() will be used instead.
*/
#ifndef OsHasMmap
! #define OsHasMmap NO
#endif
/*
* The implementation of internationalization support in XView depends
***************
*** 315,321 ****
* features disabled.
*/
#ifndef OsHasLocale
! #define OsHasLocale YES
#endif
/*
* There are number of memory allocation macros in lib/libxview/base.h
--- 315,321 ----
* features disabled.
*/
#ifndef OsHasLocale
! #define OsHasLocale NO
#endif
/*
* There are number of memory allocation macros in lib/libxview/base.h
***************
*** 360,366 ****
* be defined as -PIC
*/
#ifndef PositionIndependentCodeFlag
! #define PositionIndependentCodeFlag -PIC
#endif
/*
--- 360,366 ----
* be defined as -PIC
*/
#ifndef PositionIndependentCodeFlag
! #define PositionIndependentCodeFlag -fpic
#endif
/*
|