[pkg-wine-party] Bug#824715: wine32-tools: wineg++ does not link with stdc++

Jens Reyer jre.winesim at gmail.com
Thu May 19 13:21:59 UTC 2016


control: tags -1 + patch

Right, a broken /usr/bin/wineg++ is probably not better than no
/usr/bin/wineg++ at all. So let's fix that...
Thanks for testing the tools, since I personally don't use them at all.

The following as /usr/bin/winegcc should work:

~~~~
#!/bin/sh -e

name=$(basename $0 | cut -d- -f1)

# wineg++ fails to find winebuild in Wine's bindir
# See https://bugs.winehq.org/show_bug.cgi?id=40245
if test -z "$WINEBUILD"; then
    export WINEBUILD="/BINDIR/winebuild"
fi

exec /usr/lib/wine/$name $@
~~~~

I'll commit the fix for wine-development) soon. Given it turns out well
I'll apply it to the wine packaging a bit later.

Greets
jre



More information about the pkg-wine-party mailing list