summaryrefslogtreecommitdiffstats
path: root/src/openscenegraph-3-no-asprintf.patch
Commit message (Collapse)AuthorAgeFilesLines
* upstream version of no-asprintf patch for package openscenegraphMark Brand2010-04-281-11/+4
| | | | | Upstream liked the idea, but they also like std::string and took the opporunity to fix the memory leak.
* replace asprintf in package openscenegraphMark Brand2010-04-271-0/+25
MinGW does not provide asprintf. We could get it from gnulib or liberty, but in this case it's easy reimplement the section.