Revision: 54157
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54157&view=rev
Author:   caen23
Date:     2013-01-11 16:40:01 +0000 (Fri, 11 Jan 2013)
Log Message:
-----------
Fix include path error on FreeBSD

Modified Paths:
--------------
    brlcad/trunk/src/other/xmltools/libexslt/CMakeLists.txt

Modified: brlcad/trunk/src/other/xmltools/libexslt/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/xmltools/libexslt/CMakeLists.txt     2013-01-11 
15:47:53 UTC (rev 54156)
+++ brlcad/trunk/src/other/xmltools/libexslt/CMakeLists.txt     2013-01-11 
16:40:01 UTC (rev 54157)
@@ -29,6 +29,7 @@
   ${CMAKE_CURRENT_SOURCE_DIR}/../libxslt/include
   ${CMAKE_CURRENT_SOURCE_DIR}/include/libexslt
   ${CMAKE_CURRENT_SOURCE_DIR}/../libxml/include
+  /usr/local/include
   )
 
 add_library(exslt SHARED ${libexslt_srcs})

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


------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to