xref: /aoo4110/main/cairo/pixman-0.12.0.patch (revision b1cdbd2c)
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 @@
4
5
6
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+     *)
14
15 for ac_func in getisax
16 do
17@@ -19834,6 +19841,8 @@
18 fi
19 done
20
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
26