diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/dyson-manpages.patch | 36 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 37 insertions, 0 deletions
diff --git a/debian/patches/dyson-manpages.patch b/debian/patches/dyson-manpages.patch new file mode 100644 index 0000000..8ae2942 --- /dev/null +++ b/debian/patches/dyson-manpages.patch @@ -0,0 +1,36 @@ +Index: xutils-dev/util-macros/xorg-macros.m4.in +=================================================================== +--- xutils-dev.orig/util-macros/xorg-macros.m4.in 2013-04-29 03:42:54.834928504 +0400 ++++ xutils-dev/util-macros/xorg-macros.m4.in 2013-04-29 03:44:08.320338060 +0400 +@@ -128,7 +128,6 @@ + + if test x$FILE_MAN_SUFFIX = x ; then + case $host_os in +- solaris*) FILE_MAN_SUFFIX=4 ;; + *) FILE_MAN_SUFFIX=5 ;; + esac + fi +@@ -138,7 +137,6 @@ + + if test x$MISC_MAN_SUFFIX = x ; then + case $host_os in +- solaris*) MISC_MAN_SUFFIX=5 ;; + *) MISC_MAN_SUFFIX=7 ;; + esac + fi +@@ -148,7 +146,6 @@ + + if test x$DRIVER_MAN_SUFFIX = x ; then + case $host_os in +- solaris*) DRIVER_MAN_SUFFIX=7 ;; + *) DRIVER_MAN_SUFFIX=4 ;; + esac + fi +@@ -158,7 +155,6 @@ + + if test x$ADMIN_MAN_SUFFIX = x ; then + case $host_os in +- solaris*) ADMIN_MAN_SUFFIX=1m ;; + *) ADMIN_MAN_SUFFIX=8 ;; + esac + fi diff --git a/debian/patches/series b/debian/patches/series index ed10075..205ebb1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ 07_gnu_manpath.diff dyson-sun.cf.patch dyson-sv4Lib.rules.patch +dyson-manpages.patch |