diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-11 18:06:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 20:45:29 +0000 |
commit | a2507a8e53902915fa0fa1bcbf9335620911a776 (patch) | |
tree | fc63996f6594fc65cd099b6b9ce86e5325265d27 /main/newsbeuter/musl_const.patch | |
parent | a8e6edf595b5bad5d250b504c2e73b6ad9aead60 (diff) | |
download | aports-a2507a8e53902915fa0fa1bcbf9335620911a776.tar.bz2 aports-a2507a8e53902915fa0fa1bcbf9335620911a776.tar.xz |
main/newsbeuter: Fixing regression
My last patch for this package caused a regression on amd64. Fixing it
now that properly builds on all arches.
Diffstat (limited to 'main/newsbeuter/musl_const.patch')
-rw-r--r-- | main/newsbeuter/musl_const.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/newsbeuter/musl_const.patch b/main/newsbeuter/musl_const.patch index 607fbf5494..be97b72c12 100644 --- a/main/newsbeuter/musl_const.patch +++ b/main/newsbeuter/musl_const.patch @@ -5,7 +5,7 @@ * come with a SuSv3-conforming iconv implementation. */ -#if !(__linux) && !defined(__GLIBC__) && !defined(__APPLE__) && !defined(__OpenBSD__) -+#if (__linux) ++#if !defined(__linux__) const char * inbufp; #else char * inbufp; |