[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XFree86 SVN commit: rev 708 - branches/4.3.0/sid/debian



Author: rmh
Date: 2003-10-24 11:39:55 -0500 (Fri, 24 Oct 2003)
New Revision: 708

Modified:
   branches/4.3.0/sid/debian/changelog
Log:

Clarify my previous changelog entry upon Branden's request. It now reads:

  * Fix build error when XF86DRI macro is undefined. The "pI830" variable
    introduced in patch 056 is used unconditionaly, but only declared when
    XF86DRI macro is defined. I could only reproduce this error in weird
    conditions on which the XF86DRI macro was undefined (probably due to wrong
    configuration in gnu.cf (GNU/Hurd)). In any case, the bug is fixed now.
    [Robert Millan]
    - debian/patches/056_i810_make_i830_usable.diff: only access pI830 when
      XF86DRI is defined.



Modified: branches/4.3.0/sid/debian/changelog
===================================================================
--- branches/4.3.0/sid/debian/changelog	2003-10-23 07:54:25 UTC (rev 707)
+++ branches/4.3.0/sid/debian/changelog	2003-10-24 16:39:55 UTC (rev 708)
@@ -132,9 +132,12 @@
     (Closes: #216896)
     - debian/patches/099_ati_recognize_radeon_9200_se.diff: new
 
-  * Fix build error when NOT_BUILDING_X_SERVER=yes. The "pI830" variable
+  * Fix build error when XF86DRI macro is undefined. The "pI830" variable
     introduced in patch 056 is used unconditionaly, but only declared when
-    XF86DRI macro is defined. [Robert Millan]
+    XF86DRI macro is defined. I could only reproduce this error in weird
+    conditions on which the XF86DRI macro was undefined (probably due to wrong
+    configuration in gnu.cf (GNU/Hurd)). In any case, the bug is fixed now.
+    [Robert Millan]
     - debian/patches/056_i810_make_i830_usable.diff: only access pI830 when
       XF86DRI is defined.
 



Reply to: