| Summary: | patch: libkcomapctdisk doesn't link on DragonFly | ||
|---|---|---|---|
| Product: | [Unmaintained] kdemultimedia | Reporter: | Alex Hornung <alexh> |
| Component: | general | Assignee: | Multimedia Bugs <multimedia-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | fix for kde libkcompactdisk on DragonFly | ||
SVN commit 1184981 by cfeck: Fix build on DragonFly Patch by Alex Hornung. BUG: 247643 M +3 -2 plat_freebsd.c WebSVN link: http://websvn.kde.org/?view=rev&revision=1184981 SVN commit 1188014 by rkcosta: Backport r1184981. Fix build on DragonFly Patch by Alex Hornung. CCBUG: 247643 M +3 -2 plat_freebsd.c WebSVN link: http://websvn.kde.org/?view=rev&revision=1188014 |
Created attachment 50127 [details] fix for kde libkcompactdisk on DragonFly Version: unspecified (using KDE 4.4.5) OS: other * Add a few preprocessor macros checking for FreeBSD and DragonFly to wmlib/plat_freebsd.c to account for DragonFly. * This fixes the issue. Reproducible: Always