mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Updated cairo to 1.10.0, still broken though. Further patches welcome.
This commit is contained in:
15
x11-libs/cairo/patches/cairo-1.10.0.patch
Normal file
15
x11-libs/cairo/patches/cairo-1.10.0.patch
Normal 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)"
|
||||
;;
|
||||
Reference in New Issue
Block a user