Updated cairo to 1.10.0, still broken though. Further patches welcome.

This commit is contained in:
Scott McCreary
2010-10-18 23:06:26 +00:00
parent 30da9eabc2
commit ad8993bf1a
2 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
diff -urN cairo-1.10.0/configure.ac cairo-1.10.0-haiku/configure.ac
--- cairo-1.10.0/configure.ac 2010-02-19 18:38:03.064487424 +0000
+++ cairo-1.10.0-haiku/configure.ac 2010-06-19 08:32:47.591134720 +0000
@@ -148,6 +148,11 @@
AC_CHECK_LIB(be,main,beos_LIBS="$beos_LIBS -lbe")
AC_CHECK_LIB(zeta,main,beos_LIBS="$beos_LIBS -lzeta")
;;
+ *-*-haiku)
+ beos_LIBS=""
+ AC_CHECK_LIB(be,main,beos_LIBS="$beos_LIBS -lbe")
+ AC_CHECK_LIB(network,main,beos_LIBS="$beos_LIBS -lnetwork")
+ ;;
*)
use_beos="no (requires a BeOS platform)"
;;