mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- fix build for png-1.4.1
This commit is contained in:
parent
bd376790f1
commit
b85e2d14d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251802
@ -0,0 +1,15 @@
|
||||
--- modules/libpr0n/encoders/png/nsPNGEncoder.cpp 2010-03-28 13:48:53.000000000 +0200
|
||||
+++ modules/libpr0n/encoders/png/nsPNGEncoder.cpp.orig 2010-03-28 13:46:50.000000000 +0200
|
||||
@@ -111,9 +111,9 @@
|
||||
|
||||
// initialize
|
||||
png_struct* png_ptr = png_create_write_struct(PNG_LIBPNG_VER_STRING,
|
||||
- png_voidp_NULL,
|
||||
- png_error_ptr_NULL,
|
||||
- png_error_ptr_NULL);
|
||||
+ NULL,
|
||||
+ NULL,
|
||||
+ NULL);
|
||||
if (! png_ptr)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
png_info* info_ptr = png_create_info_struct(png_ptr);
|
Loading…
Reference in New Issue
Block a user