- Dec 12, 2023
-
-
loqs authored
_BSD_SOURCE has been depracted in glibc since 2.20 [1] and any compilation unit including a header from glibc will trigger a warning because _BSDSOURCE is defined in wvstream's CPPFLAGS. Define _DEFAULT_SOURCE which is the replacement for _BSD_SOURCE and prevents the warning. [1]: https://sourceware.org/legacy-ml/libc-alpha/2014-09/msg00088.html
- Dec 08, 2023
-
-
loqs authored
Patch from Gentoo [1]: [1] https://gitweb.gentoo.org/repo/gentoo.git/plain/net-libs/wvstreams/files/wvstreams-4.6.1-parallel-make.patch
-
- Dec 07, 2023
-
- Nov 01, 2022
-
- Oct 25, 2022
-
- Apr 23, 2022
-
- Apr 23, 2021
-
- Jan 11, 2019
-
- Nov 10, 2018
-
- Mar 06, 2018
-
-
Eli Schwartz authored
-
- Nov 15, 2017
-
-
Evangelos Foutras authored
FTR, commands used to change arch=() and then verify the changes: $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD* $ grep -r i686 * | grep arch= | grep -v repos $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- | while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do echo "$l1 -> $l2" done | sort -u
-
- Oct 04, 2017
-
-
Felix Yan authored
-
- Jul 15, 2017
-
- May 19, 2017
-
- Apr 05, 2017
-
- Mar 20, 2017
-
- Nov 06, 2016
-
-
Bartłomiej Piotrowski authored
-
Bartłomiej Piotrowski authored
-
Bartłomiej Piotrowski authored
- Mar 03, 2016
-
- Dec 05, 2015
-
- Oct 22, 2013
-
- May 30, 2013
-
- Oct 25, 2012
-
-
Evangelos Foutras authored
-
- Oct 24, 2012
-
-
Alexander Rødseth authored
-
- Aug 13, 2012
-
- Aug 11, 2012
-
-
Florian Pritz authored
Sadly looks like it's still broken
-
- Aug 10, 2012
-
- Nov 26, 2011
-
- Jun 09, 2011
-