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

X Strike Force SVN commit: rev 168 - in branches/4.3.0/sid/debian: . patches



Author: ishikawa
Date: 2003-06-09 14:08:23 -0500 (Mon, 09 Jun 2003)
New Revision: 168

Added:
   branches/4.3.0/sid/debian/patches/057_X11.tmpl_warning_fix.diff
Modified:
   branches/4.3.0/sid/debian/changelog
Log:
Imake waring fix



Added: branches/4.3.0/sid/debian/patches/057_X11.tmpl_warning_fix.diff
==============================================================================
--- branches/4.3.0/sid/debian/patches/057_X11.tmpl_warning_fix.diff	2003-06-09 17:54:56 UTC (rev 167)
+++ branches/4.3.0/sid/debian/patches/057_X11.tmpl_warning_fix.diff	2003-06-09 19:08:23 UTC (rev 168)
@@ -0,0 +1,24 @@
+This patch written by ISHIKAWA Mutsumi.
+
+Imake warning fix.
+
+--- xc/config/cf/X11.tmpl.orig	2003-06-10 03:18:51.000000000 +0900
++++ xc/config/cf/X11.tmpl	2003-06-10 03:19:58.000000000 +0900
+@@ -3905,7 +3905,7 @@
+ #endif
+ #endif
+ 
+-#ifndef MakeTblHtmlDoc(file,srcs)
++#ifndef MakeTblHtmlDoc
+ #ifdef HTMLroffCmd
+ #define MakeTblHtmlDoc(file,srcs)					@@\
+ file.html: srcs								@@\
+@@ -3917,7 +3917,7 @@
+ #endif
+ #endif
+ 
+-#ifndef MakeEqnHtmlDoc(file,srcs)
++#ifndef MakeEqnHtmlDoc
+ #ifdef HTMLroffCmd
+ #define MakeEqnHtmlDoc(file,srcs)					@@\
+ file.html: srcs								@@\

Modified: branches/4.3.0/sid/debian/changelog
==============================================================================
--- branches/4.3.0/sid/debian/changelog	2003-06-09 17:54:56 UTC (rev 167)
+++ branches/4.3.0/sid/debian/changelog	2003-06-09 19:08:23 UTC (rev 168)
@@ -38,6 +38,8 @@
   * debian/local/*: catch up 4.2.1-8 updates
   * debian/rules: cleanup needless comments (resync 2.4.1-8)
 
+  * #057_X11.tmpl_warning_fix.diff: Imake warning fix patch [ISHIKAWA Mutsumi]
+    
  -- Branden Robinson <branden@debian.org>  Sun, 25 May 2003 03:51:59 -0500
 
 xfree86 (4.2.1-7) unstable; urgency=medium



Reply to: