diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2010-07-08 01:59:11 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2010-07-08 01:59:11 +0000 |
commit | ec0fab9de41106f1bbbd011ce99848ae1fd962e2 (patch) | |
tree | acd32fe3ea9f95150b7b968e90255b41fbb5d008 /audio/hydrogen/files/patch-src-lib-xml_tinyxml.h | |
parent | Update to 2.7.1. (diff) |
- Update port to 0.9.4.
- Add LICENSE information.
- Transfer maintainership.
PR: ports/148056
Submitted by: Stas Timokhin <devel@stasyan.com>
Approved by: pgj, tabthorpe (mentors)
Feature safe: yes
Diffstat (limited to 'audio/hydrogen/files/patch-src-lib-xml_tinyxml.h')
-rw-r--r-- | audio/hydrogen/files/patch-src-lib-xml_tinyxml.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/hydrogen/files/patch-src-lib-xml_tinyxml.h b/audio/hydrogen/files/patch-src-lib-xml_tinyxml.h deleted file mode 100644 index fd7d14a8bde1..000000000000 --- a/audio/hydrogen/files/patch-src-lib-xml_tinyxml.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/lib/xml/tinyxml.h.orig 2007-11-27 00:59:06.000000000 +0100 -+++ src/lib/xml/tinyxml.h 2007-11-27 01:05:34.000000000 +0100 -@@ -823,7 +823,7 @@ - #endif - - /// Construct. -- TiXmlDeclaration::TiXmlDeclaration( const char * _version, -+ TiXmlDeclaration( const char * _version, - const char * _encoding, - const char * _standalone ); - |