Magellan Linux

Contents of /trunk/xorg-old/patches-6.8.2-r10/0208_all_4.2.99.901-fix-xfree86-man-version-string.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 167 - (show annotations) (download)
Tue May 8 20:58:51 2007 UTC (17 years ago) by niro
File size: 535 byte(s)
-import

1 Fix the XFree86 version number in man pages; this patch originally by
2 Branden Robinson.
3
4 --- xc/config/cf/xfree86.cf.orig Mon Jan 13 17:31:31 2003
5 +++ xc/config/cf/xfree86.cf Mon Jan 13 17:33:13 2003
6 @@ -87,6 +87,13 @@
7 #define XVendorManNameString XFree86
8 #endif
9
10 +VENDORMANNAME = XVendorManNameString
11 +VENDORMANVERSION = XVendorManVersionString
12 +
13 +#ifndef VendorManDefs
14 +#define VendorManDefs -D__vendorversion__="\"Version $(VENDORMANVERSION)\" $(VENDORMANNAME)"
15 +#endif
16 +
17 /*
18 * This enables some settings for developers.
19 */