Date: Tue, 12 Mar 2002 16:04:45 +0000 From: Josef Karthauser <joe@tao.org.uk> To: John Reynolds~ <jreynold@sedona.ch.intel.com> Cc: stan <stanb@awod.com>, FreeBSD Stable Mailing List <freebsd-stable@FreeBSD.ORG>, Josef Karthauser <joe@tao.org.uk> Subject: Re: libusb build problems Message-ID: <20020312160445.GA14021@genius.tao.org.uk> In-Reply-To: <15502.9863.457479.22761@chlx169.ch.intel.com> References: <20020311000505.GA30508@teddy.fas.com> <20020311002931.GA6193@genius.tao.org.uk> <20020312150040.GA17311@teddy.fas.com> <15502.9863.457479.22761@chlx169.ch.intel.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 12, 2002 at 09:02:15AM -0700, John Reynolds~ wrote: >=20 > it doesn't work for me either, however, I found the problem. There's a ty= po in > the patch. The preproc boiler plate around the changes look like this: >=20 > #if (__FreeBSD_version > 50000 && __FreeBSD_version < 500031) || \ > (__FreeBSD_version < 450001) >=20 > and should look like this: >=20 > #if (__FreeBSD_version > 500000 && __FreeBSD_version < 500031) || \ > (__FreeBSD_version < 450001) >=20 > (notice 50000 -> 500000). >=20 > Josef, can you make this change and get this committed? Done. Thanks, Joe --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjyOJx0ACgkQXVIcjOaxUBZqcwCff+BJ03ZwY4jWpUXMbsKt2Ts6 oBQAoLwvicNDMSTxjALaoZRz3bCFik4d =1bJL -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020312160445.GA14021>