mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
added haiku case to enable the --enable-beos option during cairo build
This commit is contained in:
12
x11-libs/cairo/cairo-1.8.4-haiku.diff
Normal file
12
x11-libs/cairo/cairo-1.8.4-haiku.diff
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -urN cairo-1.8.4/configure.ac cairo-1.8.4-haiku/configure.ac
|
||||
--- cairo-1.8.4/configure.ac 2008-12-19 00:44:28.000000000 -0800
|
||||
+++ cairo-1.8.4-haiku/configure.ac 2008-12-19 00:29:17.000000000 -0800
|
||||
@@ -142,7 +142,7 @@
|
||||
|
||||
CAIRO_ENABLE_SURFACE_BACKEND(beos, BeOS/Zeta, no, [
|
||||
case "$host" in
|
||||
- *-*-beos)
|
||||
+ *-*-beos| *-*-haiku*)
|
||||
beos_LIBS=""
|
||||
dnl Add libbe and libzeta if available
|
||||
AC_CHECK_LIB(be,main,beos_LIBS="$beos_LIBS -lbe")
|
||||
Reference in New Issue
Block a user