svn commit: r318792 - head/graphics/ogre3d/files
Oliver Lehmann
oliver at FreeBSD.org
Wed May 22 19:34:19 UTC 2013
Author: oliver
Date: Wed May 22 19:34:18 2013
New Revision: 318792
URL: http://svnweb.freebsd.org/changeset/ports/318792
Log:
add patch file to fix building in case textproc/tinyxml is installed on the system
PR: 175763
Added:
head/graphics/ogre3d/files/patch-Tools_XMLConverter_CMakeLists.txt (contents, props changed)
Added: head/graphics/ogre3d/files/patch-Tools_XMLConverter_CMakeLists.txt
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/ogre3d/files/patch-Tools_XMLConverter_CMakeLists.txt Wed May 22 19:34:18 2013 (r318792)
@@ -0,0 +1,10 @@
+--- Tools/XMLConverter/CMakeLists.txt.orig 2013-05-21 20:52:22.000000000 +0200
++++ Tools/XMLConverter/CMakeLists.txt 2013-05-21 20:52:22.000000000 +0200
+@@ -27,6 +27,7 @@
+ src/tinyxmlparser.cpp
+ )
+
++set (CMAKE_INCLUDE_DIRECTORIES_BEFORE ON)
+ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
+ add_definitions(-DTIXML_USE_STL)
+ ogre_add_executable(OgreXMLConverter ${HEADER_FILES} ${SOURCE_FILES})
More information about the svn-ports-head
mailing list