e8d8834f6a
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
13 lines
385 B
Text
13 lines
385 B
Text
$NetBSD: patch-ab,v 1.4 2010/06/13 22:44:35 wiz Exp $
|
|
|
|
--- CMakeModules/FindPNG.cmake.orig 2010-03-02 23:17:21.000000000 +0000
|
|
+++ CMakeModules/FindPNG.cmake
|
|
@@ -29,7 +29,7 @@ IF (ZLIB_FOUND)
|
|
|
|
find_library_with_debug(PNG_LIBRARIES
|
|
WIN32_DEBUG_POSTFIX d
|
|
- NAMES png libpng wxpng
|
|
+ NAMES png14 libpng14 wxpng
|
|
PATHS /usr/lib /usr/local/lib ${wxWidgets_LIB_DIR}
|
|
)
|
|
|