aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/imlib2/files/patch-aa
blob: 0be556c4addfe0108e71258c82601c89b136b239 (plain) (blame)
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
*** Imlib.tmpl.orig Tue Nov 25 08:18:26 1997
--- Imlib.tmpl  Thu Nov 27 04:17:35 1997
***************
*** 5,18 ****
  XCOMM ----------------------------
  XCOMM The root directory of where the installation will put include and lib.
  
! IMLROOT   = /usr/X11
  
  XCOMM imlib custom configuration file
  XCOMM --------------------------------
  XCOMM Change the following to where you would like imrc and imlib.pal 
  XCOMM to be loaded
  
! CNFDIR = /etc
  
  XCOMM Location of the NetPBM Utilities
  XCOMM --------------------------------
--- 5,18 ----
  XCOMM ----------------------------
  XCOMM The root directory of where the installation will put include and lib.
  
! IMLROOT   = ${X11BASE}
  
  XCOMM imlib custom configuration file
  XCOMM --------------------------------
  XCOMM Change the following to where you would like imrc and imlib.pal 
  XCOMM to be loaded
  
! CNFDIR = ${X11BASE}/etc/imlib
  
  XCOMM Location of the NetPBM Utilities
  XCOMM --------------------------------
***************
*** 25,31 ****
  #ifdef    SunArchitecture
  NETPBM_DIR = /usr/openwin/bin
  #else
! NETPBM_DIR = /usr/local/bin
  #endif
  
  XCOMM Location of the IJG JPEG Utilities
--- 25,31 ----
  #ifdef    SunArchitecture
  NETPBM_DIR = /usr/openwin/bin
  #else
! NETPBM_DIR = ${X11BASE}/bin
  #endif
  
  XCOMM Location of the IJG JPEG Utilities
***************
*** 33,39 ****
  XCOMM imlib needs convert and djpeg from the IJG.  This is the location
  XCOMM of those files.
  
! CONVERT_DIR = /usr/local/bin
  JPEG_DIR = /usr/local/bin
  
  XCOMM JPEG Library Support
--- 33,39 ----
  XCOMM imlib needs convert and djpeg from the IJG.  This is the location
  XCOMM of those files.
  
! CONVERT_DIR = ${X11BASE}/bin
  JPEG_DIR = /usr/local/bin
  
  XCOMM JPEG Library Support
***************
*** 41,47 ****
  XCOMM imlib can use the IJG JPEG library (libjpeg) directly.  If you
  XCOMM wish to compile this in, set this to YES.
  
! #define DoJPEG  NO
  
  XCOMM   PNG Library Support
  XCOMM   --------------------
--- 41,47 ----
  XCOMM imlib can use the IJG JPEG library (libjpeg) directly.  If you
  XCOMM wish to compile this in, set this to YES.
  
! #define DoJPEG  YES
  
  XCOMM   PNG Library Support
  XCOMM   --------------------
***************
*** 49,62 ****
  XCOMM If you wish to compile this in, set this to YES.
  XCOMM [NOTE:  This library requires libz be availabel too.]
  
! #define DoPNG  NO
  
  XCOMM   TIFF Library Support
  XCOMM   --------------------
  XCOMM   imlib can use the TIFF library (libtiff) directly.  If you
  XCOMM   wish to compile this in, set this to YES.
  
! #define DoTIFF  NO
  
  XCOMM Shared Library Support
  XCOMM ----------------------
--- 49,62 ----
  XCOMM If you wish to compile this in, set this to YES.
  XCOMM [NOTE:  This library requires libz be availabel too.]
  
! #define DoPNG  YES
  
  XCOMM   TIFF Library Support
  XCOMM   --------------------
  XCOMM   imlib can use the TIFF library (libtiff) directly.  If you
  XCOMM   wish to compile this in, set this to YES.
  
! #define DoTIFF  YES
  
  XCOMM Shared Library Support
  XCOMM ----------------------
***************
*** 94,100 ****
  
  XCOMM   GNU C v2.xxx flags
  #if HasGcc2
! USR_FLAGS = -Wall -pedantic
  
  XCOMM   Solaris v2.6 or Solaris v2.x
  #elif defined(HasSunC) || defined(SunArchitecture) && defined(SVR4)    
--- 94,100 ----
  
  XCOMM   GNU C v2.xxx flags
  #if HasGcc2
! USR_FLAGS += -Wall -pedantic
  
  XCOMM   Solaris v2.6 or Solaris v2.x
  #elif defined(HasSunC) || defined(SunArchitecture) && defined(SVR4)    
*** Imakefile.orig  Tue Nov 25 08:38:34 1997
--- Imakefile   Thu Nov 27 04:14:06 1997
***************
*** 21,27 ****
  XCOMM   Library we are building and the revision
  
  IMLLIBNAME=Im
! IMLLIBREV=0.11
  
  XCOMM These are the directories we are going to also run imake and make in.
  XCOMM IHaveSubdirs tells imake to actually look at $(SUBDIRS)
--- 21,27 ----
  XCOMM   Library we are building and the revision
  
  IMLLIBNAME=Im
! IMLLIBREV=4.0
  
  XCOMM These are the directories we are going to also run imake and make in.
  XCOMM IHaveSubdirs tells imake to actually look at $(SUBDIRS)