Summary: | patch: taglib-extras needs to provide wcscasecmp for DragonFly, too | ||
---|---|---|---|
Product: | [Frameworks and Libraries] taglib | Reporter: | Alex Hornung <alexh> |
Component: | general | Assignee: | Jeff Mitchell <mitchell> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lalinsky, rakuco |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alex Hornung
2010-11-02 17:44:53 UTC
Reassigning to Jeff since this isn't about taglib proper. Raphael, I hope you don't mind if I CC you for this. It's a trivial ifdef that needs to be added for this to work on DragonFly. Regards, Alex SVN commit 1206481 by rkcosta: Add __DragonFly__ to the wcscasecmp #ifdef. Fixes build on DragonFly BSD. Original patch by Alex Hornung <alexh AT dragonflybsd DOT org>, thanks! Ack-ed by Jeff Mitchell on IRC. BUG: 255898 M +1 -1 tfile_helper.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1206481 |