Revision: 77791
          http://sourceforge.net/p/brlcad/code/77791
Author:   starseeker
Date:     2020-11-21 18:19:23 +0000 (Sat, 21 Nov 2020)
Log Message:
-----------
Adjust zlib name

Modified Paths:
--------------
    brlcad/branches/extbuild/src/other/ext/png.cmake

Modified: brlcad/branches/extbuild/src/other/ext/png.cmake
===================================================================
--- brlcad/branches/extbuild/src/other/ext/png.cmake    2020-11-21 18:16:12 UTC 
(rev 77790)
+++ brlcad/branches/extbuild/src/other/ext/png.cmake    2020-11-21 18:19:23 UTC 
(rev 77791)
@@ -58,7 +58,7 @@
   if (MSVC)
     set(ZLIB_LIBRARY ${CMAKE_BINARY_ROOT}/${LIB_DIR}/${ZLIB_BASENAME}.lib)
   elseif (OPENBSD)
-    set(ZLIB_LIBRARY 
${CMAKE_BINARY_ROOT}/${LIB_DIR}/${ZLIB_BASENAME}${CMAKE_SHARED_LIBRARY_SUFFIX}.1)
+    set(ZLIB_LIBRARY 
${CMAKE_BINARY_ROOT}/${LIB_DIR}/${ZLIB_BASENAME}${CMAKE_SHARED_LIBRARY_SUFFIX}.1.2)
   else (MSVC)
     set(ZLIB_LIBRARY 
${CMAKE_BINARY_ROOT}/${LIB_DIR}/${ZLIB_BASENAME}${CMAKE_SHARED_LIBRARY_SUFFIX})
   endif (MSVC)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to