Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 93996 Details for
Bug 132055
games-fps/vavoom (new ebuild) (Advanced Source port for Doom, Heretic, Hexen and Strife)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gcc4 compiling fixes for vavoom-1.21.1
vavoom-1.21.1-gcc4_fixes.diff (text/plain), 864 bytes, created by
Davide Cendron (RETIRED)
on 2006-08-11 07:50:50 UTC
(
hide
)
Description:
gcc4 compiling fixes for vavoom-1.21.1
Filename:
MIME Type:
Creator:
Davide Cendron (RETIRED)
Created:
2006-08-11 07:50:50 UTC
Size:
864 bytes
patch
obsolete
>--- source/d_scache.cpp 2006-08-11 14:52:55.000000000 +0200 >+++ source/d_scache.cpp 2006-08-11 14:53:38.000000000 +0200 >@@ -199,7 +199,7 @@ > if ((height < 0) || (height > 256)) > Sys_Error("D_SCAlloc: bad cache height %d\n", height); > >- size = (int)&((surfcache_t *)0)->data[size]; >+ size = &((surfcache_t *)0)->data[size] - (vuint8*)0; > size = (size + 3) & ~3; > if (size > sc_size) > Sys_Error("D_SCAlloc: %i > cache size", size); >--- source/sv_acs.cpp 2006-08-11 14:53:01.000000000 +0200 >+++ source/sv_acs.cpp 2006-08-11 14:55:46.000000000 +0200 >@@ -3380,9 +3380,9 @@ > > ACSVM_CASE(PCD_CaseGotoSorted) > // The count and jump table are 4-byte aligned. >- if ((int)ip & 3) >+ if (ActiveObject->PtrToOffset(ip) & 3) > { >- ip += 4 - ((int)ip & 3); >+ ip += 4 - (ActiveObject->PtrToOffset(ip) & 3); > } > { > int numcases = READ_INT32(ip);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 132055
:
86018
|
86020
|
86437
|
86438
|
90377
|
90874
|
90875
|
92646
|
92647
|
92745
|
93212
|
93213
|
93214
|
93750
|
93751
|
93996
|
93997
|
93998
|
94445
|
95638
|
97585
|
97586
|
98927
|
98928
|
100878
|
101353
|
101362
|
104389
|
104390
|
104932
|
104934
|
104950
|
104951
|
107835
|
110097
|
114704
|
114706
|
120143
|
120145
|
120146
|
120148
|
121294
|
121296
|
122586
|
122587
|
122732
|
122734
|
122735
|
122750
|
122752
|
127280
|
132340
|
132341
|
132952
|
132954
|
137756
|
137757
|
141736
|
142349
|
142350
|
142500
|
142673
|
148886
|
148888
|
157689
|
170775
|
170835
|
171217
|
184901
|
187639
|
187640
|
233793
|
236793
|
244625
|
244627
|
258606
|
282773
|
324270
|
324274