I ran into a problem when compiling games-strategy/warzone2100. When it tries to compile the subdirectory src/, it fails with the message that it cannot find the file '"' (just a quotation-mark). I took a look into the src/Makefile and found the error: It tries to get the version of warzone2100 with "svnversion ..". But this fails and so "exported" is returned and this value is causing this error. I had to replace the line $SVN_REV := $(shell svnversion ..) with $SVN_REV := 2.2.0 and now it compiles fine. I created patch-files for src/Makefile.in and src/Makefile.am I'll post them now - together with an edited ebuild.
Created attachment 86607 [details] An edited ebuild
Created attachment 86608 [details, diff] Patch for src/Makefile.in
Created attachment 86609 [details, diff] Patch for src/Makefile.am
I was just about to say that I had no problems building this until I realized that I also have subversion installed.
latest version should work. open a new bug if there's any issues.