Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/deadbeef: fix byte order detection | alpine-mips-patches | 2018-12-17 | 1 | -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 ppc64le | Breno Leitao | 2017-04-07 | 1 | -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. |