[xml] patch for libxml2-2.7.3/runtest.c
- From: Tim Rice <tim multitalents net>
- To: xml gnome org
- Subject: [xml] patch for libxml2-2.7.3/runtest.c
- Date: Tue, 7 Apr 2009 11:56:49 -0700 (PDT)
Correction for Solaris.
.....
#
# runtest.c
# solaris is not a manifest define but __sun is.
#
--- libxml2-2.7.3/runtest.c.old 2008-08-29 12:37:00.000000000 -0700
+++ libxml2-2.7.3/runtest.c 2009-04-07 11:37:44.243785061 -0700
@@ -3903,7 +3903,7 @@
return ((void *) Okay);
}
-#if defined(linux) || defined(solaris) || defined(__APPLE_CC__)
+#if defined(linux) || defined(__sun) || defined(__APPLE_CC__)
#include <pthread.h>
.....
--
Tim Rice Multitalents (707) 887-1469
tim multitalents net
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]