http://bugs.winehq.org/show_bug.cgi?id=10360
Stephan Hermann sh@sourcecode.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sh@sourcecode.de
--- Comment #12 from Stephan Hermann sh@sourcecode.de 2008-01-30 08:22:34 --- Well, the bug report needs to be reopened, because the fix for the libpng.so issue is to fix configure.ac/configure to recognize the real name of libpng which is libpng12.
Regards,
\sh
Index: wine-0.9.54/configure.ac =================================================================== --- wine-0.9.54.orig/configure.ac 2008-01-27 16:39:56.937728807 +0100 +++ wine-0.9.54/configure.ac 2008-01-27 16:40:23.362712195 +0100 @@ -1162,7 +1162,7 @@ dnl **** Check for libpng **** if test "$ac_cv_header_png_h" = "yes" then - WINE_CHECK_SONAME(png,png_create_read_struct,,,,[[libpng[[0-9]]*]]) + WINE_CHECK_SONAME(png12,png_create_read_struct,,,,[[libpng[[0-9]]*]]) fi WINE_NOTICE_WITH(png,[test "x$ac_cv_lib_soname_png" = "x"], [libpng development files not found, PNG won't be supported.])