Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2013 19:34:19 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318792 - head/graphics/ogre3d/files
Message-ID:  <201305221934.r4MJYJDK033162@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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})



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305221934.r4MJYJDK033162>