Alright, I tried the patch again and it works now. However another patch is needed as well, which I will post seperately for review. This patch is required to compile SUNWgnome-games.spec regardles from the fact if the other patch gets rejected or accepted.
* SUNWgnome-games.spec: Use `which` to determine the xgettext to use. (Force users to source env.sh) --- SUNWgnome-games.spec (revision 12822) +++ SUNWgnome-games.spec (working copy) @@ -79,6 +79,7 @@ export PATH="$PATH:"`dirname $CXX` export CXX=`basename $CXX` export ACLOCAL_FLAGS="-I /usr/share/aclocal" +export XGETTEXT=`which xgettext` %libggz.build -d %name-%version %ggz_client_libs.build -d %name-%version
