diff options
Diffstat (limited to 'debian/patches/03_xutils-dev-FHS.diff')
| -rw-r--r-- | debian/patches/03_xutils-dev-FHS.diff | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/patches/03_xutils-dev-FHS.diff b/debian/patches/03_xutils-dev-FHS.diff new file mode 100644 index 0000000..f8de8bb --- /dev/null +++ b/debian/patches/03_xutils-dev-FHS.diff @@ -0,0 +1,24 @@ +Index: xutils-dev-1.0.2/xorg-cf-files/linux.cf +=================================================================== +--- xutils-dev-1.0.2.orig/xorg-cf-files/linux.cf 2006-04-16 16:53:09.000000000 +0800 ++++ xutils-dev-1.0.2/xorg-cf-files/linux.cf 2006-04-16 16:54:41.000000000 +0800 +@@ -86,6 +86,19 @@ + # define BuildPDFdocs NO + #endif + ++#ifndef ProjectRoot ++# define ProjectRoot /usr ++#endif ++#ifndef ManDirectoryRoot ++# define ManDirectoryRoot /usr/share/man ++#endif ++#ifndef AlternateUsrLibDir ++# define AlternateUsrLibDir NO ++#endif ++#ifndef AlternateIncRoot ++# define AlternateIncRoot NO ++#endif ++ + #ifndef LinuxBinUtilsMajorVersion + # define LinuxBinUtilsMajorVersion DefaultLinuxBinUtilsMajorVersion + #endif |
