Author: branden
Date: 2004-02-04 01:00:30 -0500 (Wed, 04 Feb 2004)
New Revision: 1005

Modified:
   
branches/4.3.0/sid/debian/patches/099c_support_loadable_external_Xcursor_lib.diff
Log:
Reference major version only when defining the SharedXcursorRev symbol.
This is more future-proof anyway.


Modified: 
branches/4.3.0/sid/debian/patches/099c_support_loadable_external_Xcursor_lib.diff
===================================================================
--- 
branches/4.3.0/sid/debian/patches/099c_support_loadable_external_Xcursor_lib.diff
   2004-02-03 23:44:00 UTC (rev 1004)
+++ 
branches/4.3.0/sid/debian/patches/099c_support_loadable_external_Xcursor_lib.diff
   2004-02-04 06:00:30 UTC (rev 1005)
@@ -17,7 +17,7 @@
  #  define BuildXcursorLibrary         NO
  #  define HasXcursorLibrary           YES
 +/* Xlib needs to know the available version of Xcursor. */
-+#  define SharedXcursorRev            1.0
++#  define SharedXcursorRev            1
  #  define IconDir                     Concat(ProjectRoot,/lib/X11/icons)
  #  define BuildXftLibrary             NO
  #  define HasXftLibrary                       YES

Reply via email to