mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
add patch file to fix building in case textproc/tinyxml is installed on the system
PR: 175763
This commit is contained in:
parent
e636fb6418
commit
2d209283ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318792
1 changed files with 10 additions and 0 deletions
|
@ -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})
|
Loading…
Add table
Reference in a new issue