Revision: 42048
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42048&view=rev
Author:   starseeker
Date:     2011-01-09 16:50:18 +0000 (Sun, 09 Jan 2011)

Log Message:
-----------
And one more libpng tweak - another issue that only showed up on the install 
attempt.

Modified Paths:
--------------
    brlcad/branches/cmake/src/other/libpng/CMakeLists.txt

Modified: brlcad/branches/cmake/src/other/libpng/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/libpng/CMakeLists.txt       2011-01-09 
16:04:36 UTC (rev 42047)
+++ brlcad/branches/cmake/src/other/libpng/CMakeLists.txt       2011-01-09 
16:50:18 UTC (rev 42048)
@@ -240,13 +240,12 @@
 set(LIBS        "-lz -lm")
 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/libpng.pc.in
   ${CMAKE_CURRENT_BINARY_DIR}/${PNGLIB_NAME}.pc @ONLY)
-_png_generate_symlink_code(PNG_PC_INSTALL_CODE ${PNGLIB_NAME}.pc libpng.pc)
+_png_generate_symlink_code(PNG_PC_INSTALL_CODE 
${CMAKE_CURRENT_BINARY_DIR}/${PNGLIB_NAME}.pc 
${CMAKE_CURRENT_BINARY_DIR}/libpng.pc)
 install(CODE ${PNG_PC_INSTALL_CODE})
 
 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/libpng-config.in
   ${CMAKE_CURRENT_BINARY_DIR}/${PNGLIB_NAME}-config @ONLY)
-_png_generate_symlink_code(PNG_CONFIG_INSTALL_CODE ${PNGLIB_NAME}-config
-  libpng-config)
+_png_generate_symlink_code(PNG_CONFIG_INSTALL_CODE 
${CMAKE_CURRENT_BINARY_DIR}/${PNGLIB_NAME}-config 
${CMAKE_CURRENT_BINARY_DIR}/libpng-config)
 install(CODE ${PNG_CONFIG_INSTALL_CODE})
 
 # SET UP LINKS


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

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to