Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/newsbeuter: replaced by newsboat | Mike Crute | 2017-12-18 | 1 | -11/+0 |
| | |||||
* | main/newsbeuter: Fixing regression | Breno Leitao | 2017-04-18 | 1 | -1/+1 |
| | | | | | My last patch for this package caused a regression on amd64. Fixing it now that properly builds on all arches. | ||||
* | main/newsbeuter: Compile without glibc | Breno Leitao | 2017-03-24 | 1 | -0/+11 |
If you try to compile newsbeuter without -fpermissive, as ppc64le, it will not build due to a wrong argument type. It is wrong because it sets the propoer argument if you have Linux with Glibc. Since we use MUSL, it use the wrong argument. This patch assure that both musl and glibc uses the same argument type. |