diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-08-23 18:37:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-08-23 18:37:29 +0100 |
commit | 28a13b8308fbd805bfb5b2adade1dd0bc3c12399 (patch) | |
tree | a95c8193cd68a594268b23caec418785ec2b059a /media-gfx/scangearmp/files/fixcompile.patch | |
parent | c75955ca900c6419cccf7c25772650af1971db0a (diff) |
ok, lets try to fix this crappy ebuild
Diffstat (limited to 'media-gfx/scangearmp/files/fixcompile.patch')
-rw-r--r-- | media-gfx/scangearmp/files/fixcompile.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/media-gfx/scangearmp/files/fixcompile.patch b/media-gfx/scangearmp/files/fixcompile.patch deleted file mode 100644 index d119d58d..00000000 --- a/media-gfx/scangearmp/files/fixcompile.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -rpu a/scanfile.c b/scanfile.c ---- a/scanfile.c 2012-07-11 12:13:03.912093273 +0800 -+++ b/scanfile.c 2012-07-11 12:13:50.831095404 +0800 -@@ -386,7 +386,7 @@ EXIT: -
- void write_data_for_png( png_structp png_ptr, png_bytep data, png_size_t length )
- {
-- FileControlWriteFile( *( (int *)png_ptr->io_ptr ), (CNMSLPSTR)data, length );
-+ FileControlWriteFile( png_get_io_ptr(png_ptr) , (CNMSLPSTR)data, length );
-
- return;
- }
|