Package: xutils-dev Version: 1:7.6+5 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd
The attached patch fixes the FTBFS problem of xxkb-1.11-2.1 for GNU/Hurd. ProjectRoot and ManDirectoryRoot are added to gnu.cfg. The patch applies after 06_font_path.diff. Thanks
--- xutils-dev-7.6+5/xorg-cf-files/gnu.cf 2011-08-16 16:06:57.000000000 +0200 +++ xutils-dev-7.6+5/xorg-cf-files/gnu.cf.new 2011-08-16 16:09:58.000000000 +0200 @@ -29,6 +29,14 @@ # define GnuBinUtilsMajorVersion DefaultGnuBinUtilsMajorVersion #endif +#ifndef ProjectRoot +# define ProjectRoot /usr +#endif +#ifndef ManDirectoryRoot +# define ManDirectoryRoot /usr/share/man +#endif + + XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVersion) XCOMM libc: (GnuCLibMajorVersion./**/GnuCLibMinorVersion./**/GnuCLibTeenyVersion) XCOMM binutils: (GnuBinUtilsMajorVersion)