pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files Somehow, all the __i386__ were missing...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2967a2a8ff98
branches:  trunk
changeset: 503634:2967a2a8ff98
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 24 10:53:44 2005 +0000

description:
Somehow, all the __i386__ were missing an additional underscore. Fixed it.

diffstat:

 doc/guide/files/fixes.xml |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r e00923e91ff9 -r 2967a2a8ff98 doc/guide/files/fixes.xml
--- a/doc/guide/files/fixes.xml Thu Nov 24 10:47:51 2005 +0000
+++ b/doc/guide/files/fixes.xml Thu Nov 24 10:53:44 2005 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.41 2005/11/24 10:03:37 rillig Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.42 2005/11/24 10:53:44 rillig Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
   <title>Making your package work</title>
@@ -891,16 +891,16 @@
 
       <variablelist>
        <varlistentry><term>GCC 3.3.3 + SuSE Linux 9.1 + i386</term>
-        <listitem><para>__ELF__, __gnu_linux__, __i386, _i386__,
+        <listitem><para>__ELF__, __gnu_linux__, __i386, __i386__,
         __linux, __linux__, __unix, __unix__, i386, linux,
         unix.</para></listitem></varlistentry>
 
        <varlistentry><term>GCC 2.95 + NetBSD 1.6.2 + i386</term>
-        <listitem><para>__ELF__, __NetBSD__, __i386, _i386__,
+        <listitem><para>__ELF__, __NetBSD__, __i386, __i386__,
         i386.</para></listitem></varlistentry>
 
        <varlistentry><term>GCC 3.3.3 + NetBSD 2.0 + i386</term>
-        <listitem><para>__ELF__, __NetBSD__, __i386, _i386__,
+        <listitem><para>__ELF__, __NetBSD__, __i386, __i386__,
         i386.</para></listitem></varlistentry>
 
        <varlistentry><term>GCC 4 + Solaris 8 + SPARC</term>



Home | Main Index | Thread Index | Old Index