Magellan Linux

Annotation of /trunk/util-macros/patches/util-macros-1.0.1-driver-man-suffix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 411 byte(s)
-import

1 niro 153 --- xorg-macros.m4.old 2005-12-09 00:50:01.000000000 -0700
2     +++ xorg-macros.m4 2005-12-09 00:52:01.000000000 -0700
3     @@ -137,7 +137,7 @@
4     # LinuxDebian, not other Linuxes, so we leave it unchanged here
5     if test x$DRIVER_MAN_SUFFIX = x ; then
6     case $host_os in
7     -# linux*) DRIVER_MAN_SUFFIX=4x ;;
8     + linux*) DRIVER_MAN_SUFFIX=4x ;;
9     solaris*) DRIVER_MAN_SUFFIX=7 ;;
10     *) DRIVER_MAN_SUFFIX=4 ;;
11     esac