Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 275045 Details for
Bug 369231
games-sports/torcs-1.3.1 and libpng15
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to compile with libpng15
torcs-1.3.1-libpng15.patch (text/plain), 516 bytes, created by
wrstwssr
on 2011-05-29 22:02:17 UTC
(
hide
)
Description:
patch to compile with libpng15
Filename:
MIME Type:
Creator:
wrstwssr
Created:
2011-05-29 22:02:17 UTC
Size:
516 bytes
patch
obsolete
>--- a/src/libs/tgfclient/img.cpp >+++ b/src/libs/tgfclient/img.cpp >@@ -98,7 +98,7 @@ > return (unsigned char *)NULL; > } > >- if (setjmp(png_ptr->jmpbuf)) >+ if (setjmp(png_jmpbuf(png_ptr))) > { > /* Free all of the memory associated with the png_ptr and info_ptr */ > png_destroy_read_struct(&png_ptr, &info_ptr, (png_infopp)NULL); >@@ -229,7 +229,7 @@ > return -1; > } > >- if (setjmp(png_ptr->jmpbuf)) { >+ if (setjmp(png_jmpbuf(png_ptr))) { > png_destroy_write_struct(&png_ptr, &info_ptr); > fclose(fp); > return -1;
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 369231
: 275045