https://bugs.winehq.org/show_bug.cgi?id=42282
--- Comment #8 from Matteo Bruni matteo.mystral@gmail.com --- (In reply to DX099 from comment #7)
I have to add that newer builds can compile (2.0.0 RCs). This looks likes libgnutls is too new on arch for old wine builds...
How should I proceed?
It looks like bf5ac531a030bce9e798ab66bc53e84a65ca8fdb is the patch that fixed it. You have to cherry-pick that patch before compiling older Wine versions, so e.g.
git cherry-pick -n bf5ac531a030bce9e798ab66bc53e84a65ca8fdb <build Wine> <test the game> git reset --hard git bisect good / bad
repeating the steps as necessary.