]> git.pld-linux.org Git - packages/llvm.git/blame - llvm-2.5-tclsh_check.patch
- fix some files
[packages/llvm.git] / llvm-2.5-tclsh_check.patch
CommitLineData
d997b14b
AM
1
2
3
4
5<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
6"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
7<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
8<!-- ViewVC :: http://www.viewvc.org/ -->
9<head>
10<title>[pkgs] View of /devel/llvm/llvm-2.5-tclsh_check.patch</title>
11<meta name="generator" content="ViewVC 1.0.9" />
12<link rel="stylesheet" href="/viewvc-static/styles.css" type="text/css" />
13
14</head>
15<body>
16<div class="vc_navheader">
17
18<form method="get" action="/viewvc/">
19
20<table style="padding:0.1em;">
21<tr>
22<td>
23<strong>
24
25<a href="/viewvc/">
26
27[pkgs]</a>
28/
29
30<a href="/viewvc/devel/">
31
32devel</a>
33/
34
35<a href="/viewvc/devel/llvm/">
36
37llvm</a>
38/
39
40<a href="/viewvc/devel/llvm/llvm-2.5-tclsh_check.patch?view=log">
41
42llvm-2.5-tclsh_check.patch</a>
43
44
45</strong>
46
47</td>
48<td style="text-align:right;">
49
50
51<strong>Repository:</strong>
52<select name="root" onchange="submit()">
53
54
55<option value="*viewroots*">Repository Listing</option>
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<optgroup label="CVS Repositories"><option>core</option><option>dirsec</option><option>docs</option><option>elvis</option><option>extras</option><option>fedora</option><option>l10n</option><option>legacy</option><option selected="selected">pkgs</option></optgroup>
131
132
133</select>
134<input type="submit" value="Go" />
135
136</td>
137</tr>
138</table>
139
140</form>
141
142</div>
143<div style="float: right; padding: 5px;"><a href="http://www.viewvc.org/"><img src="/viewvc-static/images/logo.png" alt="ViewVC logotype" width="128" height="48" /></a></div>
144<h1>View of /devel/llvm/llvm-2.5-tclsh_check.patch</h1>
145
146<p style="margin:0;">
147
148<a href="/viewvc/devel/llvm/"><img src="/viewvc-static/images/back_small.png" width="16" height="16" alt="Parent Directory" /> Parent Directory</a>
149
150| <a href="/viewvc/devel/llvm/llvm-2.5-tclsh_check.patch?view=log#rev1.1"><img src="/viewvc-static/images/log.png" width="16" height="16" alt="Revision Log" /> Revision Log</a>
151
152
153
154
155</p>
156
157<hr />
158<div class="vc_summary">
159Revision <strong>1.1</strong> -
160(<a href="/viewvc/devel/llvm/llvm-2.5-tclsh_check.patch?revision=1.1"><strong>download</strong></a>)
161
162(<a href="/viewvc/devel/llvm/llvm-2.5-tclsh_check.patch?annotate=1.1"><strong>annotate</strong></a>)
163
164<br /><em>Sun Sep 6 03:00:39 2009 UTC</em>
165(13 days, 15 hours ago)
166by <em>salimma</em>
167
168
169<br />Branch: <strong>MAIN</strong>
170
171
172<br />CVS Tags: <strong>llvm-2_5-6_fc12, llvm-2_6-0_5_pre1_fc12, llvm-2_6-0_3_pre1_fc12, llvm-2_6-0_2_pre1_fc12, llvm-2_6-0_4_pre1_fc12, llvm-2_6-0_1_pre1_fc12, HEAD</strong>
173
174
175
176
177
178
179
180
181<pre class="vc_log">Commit llvm-gcc source
182</pre>
183
184</div>
185<div id="vc_markup"><pre>--- llvm-2.5/configure.tclsh_check 2009-02-03 00:29:49.000000000 -0500
186+++ llvm-2.5/configure 2009-09-05 12:25:54.761389908 -0400
187@@ -8032,7 +8032,7 @@
188 else
189
190 if test x"${with_tclinclude}" != x ; then
191- if test -f ${with_tclinclude}/tclsh ; then
192+ if test -f ${with_tclinclude}/tcl.h ; then
193 ac_cv_path_tclsh=`(cd ${with_tclinclude}; pwd)`
194 elif test -f ${with_tclinclude}/src/tclsh ; then
195 ac_cv_path_tclsh=`(cd ${with_tclinclude}/src; pwd)`
196</pre></div>
197
198<hr />
199<table>
200<tr>
201<td><address><a href="mailto:webmaster@fedoraproject.org">webmaster@fedoraproject.org</a></address></td>
202<td style="text-align: right;"><strong><a href="/viewvc-static/help_rootview.html">ViewVC Help</a></strong></td>
203</tr>
204<tr>
205<td>Powered by <a href="http://viewvc.tigris.org/">ViewVC 1.0.9</a></td>
206<td style="text-align: right;">&nbsp;</td>
207</tr>
208</table>
209</body>
210</html>
211
This page took 0.100404 seconds and 4 git commands to generate.