[91856] trunk/dports/textproc/tinyxml

mmoll at macports.org mmoll at macports.org
Wed Apr 11 18:10:30 PDT 2012


Revision: 91856
          https://trac.macports.org/changeset/91856
Author:   mmoll at macports.org
Date:     2012-04-11 18:10:30 -0700 (Wed, 11 Apr 2012)
Log Message:
-----------
textproc/tinyxml: make sure that TIXML_USE_STL is defined at compile time and when included by other code

Modified Paths:
--------------
    trunk/dports/textproc/tinyxml/Portfile
    trunk/dports/textproc/tinyxml/files/CMakeLists.txt

Modified: trunk/dports/textproc/tinyxml/Portfile
===================================================================
--- trunk/dports/textproc/tinyxml/Portfile	2012-04-12 00:48:52 UTC (rev 91855)
+++ trunk/dports/textproc/tinyxml/Portfile	2012-04-12 01:10:30 UTC (rev 91856)
@@ -5,7 +5,7 @@
 
 name                tinyxml
 version             2.6.2
-revision            1
+revision            2
 categories          textproc
 maintainers         openmaintainer mmoll
 license             zlib
@@ -18,6 +18,7 @@
 
 checksums           rmd160  162880af0cb1a284268cc18ec582f51c55120a76 \
                     sha1    a425a22ff331dafa570b2a508a37a85a4eaa4127
+patchfiles          patch-tinyxml.h.diff
 distname            ${name}_[strsed ${version} {g/\./_/}]
 worksrcdir          ${name}
 use_zip             yes

Modified: trunk/dports/textproc/tinyxml/files/CMakeLists.txt
===================================================================
--- trunk/dports/textproc/tinyxml/files/CMakeLists.txt	2012-04-12 00:48:52 UTC (rev 91855)
+++ trunk/dports/textproc/tinyxml/files/CMakeLists.txt	2012-04-12 01:10:30 UTC (rev 91856)
@@ -1,6 +1,4 @@
 project(TinyXML CXX)
-
-add_definitions(-DTIXML_USE_STL)
 add_library(tinyxml SHARED tinystr.cpp tinyxml.cpp tinyxmlerror.cpp tinyxmlparser.cpp)
 install(TARGETS tinyxml LIBRARY DESTINATION lib)
 install(FILES tinystr.h tinyxml.h DESTINATION include)
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120411/f5682c4c/attachment.html>


More information about the macports-changes mailing list