update dev300-m58
[ooovba.git] / cairo / pixman-0.12.0.patch
blob4aa06811fbfca446a88acc19fdc707c5c1f66344
1 --- misc/build/pixman-0.12.0/configure.orig 2008-09-17 20:14:40.000000000 +0300
2 +++ misc/build/pixman-0.12.0/configure 2008-11-08 21:17:00.000000000 +0200
3 @@ -19740,6 +19740,13 @@
7 +# getisax is falsely detected when using OOo build script on Linux/FBSD...
8 +case "$build_os" in
9 + linux-gnu*)
10 + ;;
11 + freebsd*)
12 + ;;
13 + *)
15 for ac_func in getisax
17 @@ -19834,6 +19841,8 @@
19 done
21 + ;;
22 +esac
23 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
24 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
25 if test "${ac_cv_c_bigendian+set}" = set; then