aboutsummaryrefslogtreecommitdiffstats
path: root/main/newsbeuter/musl_const.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/newsbeuter: replaced by newsboatMike Crute2017-12-181-11/+0
|
* main/newsbeuter: Fixing regressionBreno Leitao2017-04-181-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 glibcBreno Leitao2017-03-241-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.