aboutsummaryrefslogtreecommitdiffstats
path: root/community/deadbeef/ppc64le.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/deadbeef: fix byte order detectionalpine-mips-patches2018-12-171-25/+0
| | | | | Unlock the generic <endian.h> fallback to detect CPU byte order and delete ppc64le.patch since little-endian POWER is now covered too.
* community/deadbeef: Fix build on ppc64leBreno Leitao2017-04-071-0/+25
Currently deadbeef FTBFS on ppc64le due to two issues: 1) config.guess is outdated 2) deadbeef is not able to identify endianess on PPC machines. Fixing both of the issues to enable deadbeef to build on ppc64le.