summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/sdl-perl/files/sdl-perl-1.20.3-pie-typo.patch')
-rw-r--r--dev-perl/sdl-perl/files/sdl-perl-1.20.3-pie-typo.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/sdl-perl/files/sdl-perl-1.20.3-pie-typo.patch b/dev-perl/sdl-perl/files/sdl-perl-1.20.3-pie-typo.patch
new file mode 100644
index 000000000000..d4b819f84d2d
--- /dev/null
+++ b/dev-perl/sdl-perl/files/sdl-perl-1.20.3-pie-typo.patch
@@ -0,0 +1,24 @@
+Fix a case typo.
+
+http://bugs.gentoo.org/show_bug.cgi?id=30599
+
+--- SDL_perl-1.20.3/SDL_perl.xs
++++ SDL_perl-1.20.3/SDL_perl.xs
+@@ -3742,7 +3742,7 @@
+ Sint16 end;
+ Uint32 color;
+ CODE:
+- RETVAL = filledpieColor( dst, x, y, rad, start, end, color );
++ RETVAL = filledPieColor( dst, x, y, rad, start, end, color );
+ OUTPUT:
+ RETVAL
+
+@@ -3759,7 +3759,7 @@
+ Uint8 b;
+ Uint8 a;
+ CODE:
+- RETVAL = filledpieRGBA( dst, x, y, rad, start, end, r, g, b, a );
++ RETVAL = filledPieRGBA( dst, x, y, rad, start, end, r, g, b, a );
+ OUTPUT:
+ RETVAL
+