Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 96888 Details for
Bug 95051
sdl-perl tosses "undefined symbol: filledpieColor"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sdl-perl-2.1.3-gfxPie.patch
sdl-perl-2.1.3-gfxPie.patch (text/plain), 904 bytes, created by
Mark Glines
on 2006-09-13 11:39:48 UTC
(
hide
)
Description:
sdl-perl-2.1.3-gfxPie.patch
Filename:
MIME Type:
Creator:
Mark Glines
Created:
2006-09-13 11:39:48 UTC
Size:
904 bytes
patch
obsolete
>--- src/SDL.xs~ 2003-03-27 12:17:23.000000000 +0200 >+++ src/SDL.xs 2005-02-25 20:32:07.353170226 +0200 >@@ -71,6 +71,7 @@ > #include <SDL_gfxPrimitives.h> > #include <SDL_framerate.h> > #include <SDL_imageFilter.h> >+#define PERL_SDL_GFXVERSION SDL_VERSIONNUM(SDL_GFXPRIMITIVES_MAJOR,SDL_GFXPRIMITIVES_MINOR,SDL_GFXPRIMITIVES_MICRO) > #endif > > #ifdef USE_THREADS >@@ -3742,7 +3743,11 @@ > Sint16 end; > Uint32 color; > CODE: >+#if PERL_SDL_GFXVERSION >= 2012 >+ RETVAL = filledPieColor( dst, x, y, rad, start, end, color ); >+#else > RETVAL = filledpieColor( dst, x, y, rad, start, end, color ); >+#endif > OUTPUT: > RETVAL > >@@ -3759,7 +3764,11 @@ > Uint8 b; > Uint8 a; > CODE: >+#if PERL_SDL_GFXVERSION >= 2012 >+ RETVAL = filledPieRGBA( dst, x, y, rad, start, end, r, g, b, a ); >+#else > RETVAL = filledpieRGBA( dst, x, y, rad, start, end, r, g, b, a ); >+#endif > OUTPUT: > RETVAL
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 95051
: 96888 |
96889