http://bugs.winehq.org/show_bug.cgi?id=20498
--- Comment #9 from Ville Aakko ville.aakko@gmail.com 2010-06-05 14:33:07 --- I confirmed this by compiling the revision just before the commit (50e9ad66e2d6b170d47b0e79cc4e04fb219a1455) and it works. I could even apply the commits ac64bf6406fb847e6c586ec93ba610a9159c4450 and 3b06fc92f479f8ae2e23990f38e1fc2185138b81 (Mentioned in Bug 14003) and now I got working city progress bars also on fglrx =).
So, as a workaround to compile a working CivIV for fglrx users, do:
" git clone git://source.winehq.org/git/wine.git wine-git cd wine-git git reset --hard 50e9ad66e2d6b170d47b0e79cc4e04fb219a1455 git show ac64bf6406fb847e6c586ec93ba610a9159c4450 | patch -p1 git show 3b06fc92f479f8ae2e23990f38e1fc2185138b81 | patch -p1 ./configure && make "
HTH, Ville