uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
16
pkgs/games/eboard/eboard.patch
Normal file
16
pkgs/games/eboard/eboard.patch
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
--- a/cimg.cc 2014-05-25 02:41:58.000000000 -0500
|
||||
+++ b/cimg.cc 2014-05-25 02:42:31.000000000 -0500
|
||||
@@ -94,11 +94,11 @@
|
||||
ct == PNG_COLOR_TYPE_GRAY_ALPHA)
|
||||
png_set_gray_to_rgb(pngp);
|
||||
|
||||
- alloc(pngp->width,pngp->height);
|
||||
+ alloc(png_get_image_width(pngp, infp),png_get_image_height(pngp, infp));
|
||||
if (!ok) { fclose(f); return; }
|
||||
ok = 0;
|
||||
|
||||
- for(i=0;i<pngp->height;i++) {
|
||||
+ for(i=0;i<png_get_image_height(pngp, infp);i++) {
|
||||
png_read_row(pngp, (png_bytep) (&data[i*rowlen]), NULL);
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue