Re: Forward: Bug#142402: Please add attached patch to support s390

From: Patrick Lam (plam@plam.lcs.mit.edu)
Date: Thu Apr 11 2002 - 21:26:09 EDT

  • Next message: Andrew Venier: "RE: Compiling AbiWord Source"

    Committed.

    pat

    On Fri, Apr 12, 2002 at 09:54:26AM +0900, Masayuki Hatta wrote:
    > Hi,
    >
    > Could someone commit this?
    >
    > Regards,
    > MH
    >

    > Resent-date: Thu, 11 Apr 2002 17:33:09 +0000 (GMT)
    > Resent-from: Gerhard Tonn <GerhardTonn@swol.de>
    > From: Gerhard Tonn <GerhardTonn@swol.de>
    > Subject: Bug#142402: Please add attached patch to support s390
    > Resent-sender: Debian BTS <debbugs@master.debian.org>
    > Resent-to: Masayuki Hatta <mhatta@debian.org>, abiword@packages.qa.debian.org
    > To: maintonly@bugs.debian.org
    > Reply-to: Gerhard Tonn <GerhardTonn@swol.de>, 142402-maintonly@bugs.debian.org
    > Resent-message-id: <handler.142402.M.101854610831372@bugs.debian.org>
    > X-Debian-PR-Message: report 142402
    > X-Debian-PR-Package: abiword
    > X-Debian-PR-Keywords:
    >
    > Package: abiword
    > Version: 0.99.5+cvs.2002.04.11-1
    > Severity: important
    >
    > Hi,
    > attached is patch to fix va_list compile problem on s390. Could you please
    > also send it to upstream.
    >
    > Regards,
    > Gerhard
    > --- abi/src/af/util/xp/ut_string_class.cpp.orig Thu Apr 11 08:15:12 2002
    > +++ abi/src/af/util/xp/ut_string_class.cpp Thu Apr 11 08:14:35 2002
    > @@ -301,7 +301,7 @@
    > }
    >
    > #if !defined (VA_COPY)
    > -# if defined (__GNUC__) && defined (__PPC__) && (defined (_CALL_SYSV) || defined (_WIN32) || defined(WIN32))
    > +# if defined (__GNUC__) && defined (__PPC__) && (defined (_CALL_SYSV) || defined (_WIN32) || defined(WIN32)) || defined(__s390__)
    > # define VA_COPY(ap1, ap2) (*(ap1) = *(ap2))
    > # elif defined (VA_COPY_AS_ARRAY)
    > # define VA_COPY(ap1, ap2) memmove ((ap1), (ap2), sizeof (va_list))



    This archive was generated by hypermail 2.1.4 : Thu Apr 11 2002 - 21:26:21 EDT