http://www.linuxgames.com/xqf/index.shtml
[[http://kratz00.org/files/remove_gtk1_macros.patch|remove_gtk1_macros.patch]]
svn co https://xqf.svn.sourceforge.net/svnroot/xqf/trunk/xqf &&
cd xqf &&
patch -p0 -i ../remove_gtk1_macros.patch &&
patch -p0 -i ../disable_dns_spawn_helper.patch &&
sh autogen.sh &&
./configure --prefix=/usr --enable-bzip2 --enable-gtk2 &&
make
make install
== remove_gtk1_macros.patch ==
Only needed if you are trying to build //xqf// from a snapshot.
When running //autogen.sh//, //autoconf// aborts because of undefined macros since I don't have GTK+ installed anymore.