Re: [xml] [PATCH] libxml2-2.6.1 for BeOS
- From: Stefan Seefeld <seefeld sympatico ca>
- To: xml gnome org
- Subject: Re: [xml] [PATCH] libxml2-2.6.1 for BeOS
- Date: Sat, 01 Nov 2003 13:15:47 -0500
Daniel Veillard wrote:
On Sat, Nov 01, 2003 at 12:44:39AM +0100, shard neoni net wrote:
Yeah, could you do that ? I always feel unsafe if I need to edit
patches
because only part of it only can apply.
here it is.
applied
Could someone change configure script and/or makefile so it will add
"#define HAVE_BEOS_THREADS" to config.h? also there is no libm on BeOS
config.h is generated from config.h.in which itself is generated by
autoheader, no idea how to add stuff there.
the configure.ac file contains AC_DEFINE macros which are extracted
by the autoheader tool and put into the config.h.in template.
check configure.in look for "case ${host} in" and try to find the
appropriate BeOS options.
...and add AC_DEFINE(HAVE_BEOS_THREADS, ...) there. That should do
the job.
Stefan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]