[xml] patch for libxml2-2.7.3/runtest.c




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]