The source project of this merge request has been removed.
PKGBUILD suggestions.
- Drop dependency on xplc. wvstreams uses a bundled copy of xplc.
- Apply patch to fix parallel build failure.
- Patch from Gentoo 1:
- Add CPPOPTS="$CPPFLAGS -D_DEFAULT_SOURCE" to make invocation.
- _BSD_SOURCE has been depracted in glibc since 2.20 2 and any compilation unit including a header from glibc will trigger a warning because _BSDSOURCE is defined in wvstreams CPPFLAGS. Define _DEFAULT_SOURCE which is the replacement for _BSD_SOURCE and prevents the warning.
- Standardize patches.
- Standardize patch format -p1. Change patches using -p0 to -p1 patches from other Linux distributions.
- Add patch attribution in PKGBUILD where absent.
- Standardize patch naming.
- Switch to auto applying all source array patches now format has been standardized.
Closes wvdial#1 (closed)