[81797] trunk/dports/textproc/tinyxml

mmoll at macports.org mmoll at macports.org
Thu Aug 4 18:44:32 PDT 2011


Revision: 81797
          http://trac.macports.org/changeset/81797
Author:   mmoll at macports.org
Date:     2011-08-04 18:44:31 -0700 (Thu, 04 Aug 2011)
Log Message:
-----------
textproc/tinyxml: use STL

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	2011-08-05 01:40:36 UTC (rev 81796)
+++ trunk/dports/textproc/tinyxml/Portfile	2011-08-05 01:44:31 UTC (rev 81797)
@@ -5,6 +5,7 @@
 
 name                tinyxml
 version             2.6.2
+revision            1
 categories          textproc
 maintainers         openmaintainer mmoll
 description         Simple, small, C++ XML parser

Modified: trunk/dports/textproc/tinyxml/files/CMakeLists.txt
===================================================================
--- trunk/dports/textproc/tinyxml/files/CMakeLists.txt	2011-08-05 01:40:36 UTC (rev 81796)
+++ trunk/dports/textproc/tinyxml/files/CMakeLists.txt	2011-08-05 01:44:31 UTC (rev 81797)
@@ -1,5 +1,6 @@
 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/20110804/5086a362/attachment.html>


More information about the macports-changes mailing list