• Bug#260958: patch

    From Peter 'p2' De Schrijver@1:229/2 to All on Sat Aug 21 17:40:08 2004
    From: [email protected]

    --ZJcv+A0YCCLh2VIg
    Content-Type: text/plain; charset=us-ascii
    Content-Disposition: inline
    Content-Transfer-Encoding: quoted-printable

    Tags: patch

    Hi,

    The attached patch makes kazehakase compile on ppc against mozilla
    1.7.2. I didn't test the result binaries though. Someone will need to
    look into this.

    Cheers,

    Peter (p2).

    --ZJcv+A0YCCLh2VIg
    Content-Type: text/plain; charset=us-ascii
    Content-Disposition: attachment; filename=patch-for-kazehakase Content-Transfer-Encoding: quoted-printable

    diff -wurN t/kazehakase-0.1.8.1/configure kazehakase-0.1.8.1/configure
    --- t/kazehakase-0.1.8.1/configure 2004-08-21 17:02:38.822740120 +0200
    +++ kazehakase-0.1.8.1/configure 2004-08-21 16:39:40.644255096 +0200
    @@ -19068,6 +19068,7 @@
    1.7rc3) MOZILLA_SNAPSHOT=15 ;;
    1.7) MOZILLA_SNAPSHOT=15 ;;
    1.7.1) MOZILLA_SNAPSHOT=15 ;;
    + 1.7.2) MOZILLA_SNAPSHOT=15 ;;
    1.8a) MOZILLA_SNAPSHOT=16 ;;
    trunk) MOZILLA_SNAPSHOT=16 ;;
    *) { { echo "$as_me:$LINENO: error:
    diff -wurN t/kazehakase-0.1.8.1/debian/control kazehakase-0.1.8.1/debian/control
    --- t/kazehakase-0.1.8.1/debian/control 2004-08-21 17:02:38.832738600 +0200
    +++ kazehakase-0.1.8.1/debian/control 2004-08-21 16:38:12.655631400 +0200
    @@ -3,7 +3,6 @@
    Priority: optional
    Maintainer: Hidetaka Iwai <[email protected]>
    Build-Depends: automake1.6 | automake1.7, libtool, debhelper(>> 4.0.0), dpatch, libatk1.0-dev, libglib2.0-dev, libgtk2.0-dev, libpango1.0-dev, mozilla-dev (>= 2:1.7), libnspr-dev, libghttp-dev, docbook-xsl, xsltproc
    -Build-Conflicts: mozilla-dev (>= 2:1.7.2)
    Standards-Version: 3.6.1

    Pac