Magellan Linux

Contents of /trunk/util-macros/patches/util-macros-1.1.5-driver-man-suffix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 439 byte(s)
-import

1 diff -Naur util-macros-1.1.5/xorg-macros.m4.in util-macros-1.1.5-4x/xorg-macros.m4.in
2 --- util-macros-1.1.5/xorg-macros.m4.in 2006-11-08 15:23:10.000000000 +0100
3 +++ util-macros-1.1.5-4x/xorg-macros.m4.in 2007-03-26 23:23:10.000000000 +0200
4 @@ -149,6 +149,7 @@
5
6 if test x$DRIVER_MAN_SUFFIX = x ; then
7 case $host_os in
8 + linux*) DRIVER_MAN_SUFFIX=4x ;;
9 solaris*) DRIVER_MAN_SUFFIX=7 ;;
10 *) DRIVER_MAN_SUFFIX=4 ;;
11 esac