summaryrefslogtreecommitdiff
path: root/package/cairo/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-26 19:44:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-26 19:46:00 +0100
commitbc0da7eef3742cab7ed9c2efc4a42a85cc4ea767 (patch)
tree0261123061d3b461fe5e526c6baecf38195cb2f3 /package/cairo/Makefile
parent0d5476f287f4f5c0a74c4f5b42025dfe0ce3b253 (diff)
build for mips64 big endian soft-float generates warnings
Cairo's check for threads does not work correclty when assembler or linker give warnings. Add a workaround for this.
Diffstat (limited to 'package/cairo/Makefile')
-rw-r--r--package/cairo/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/package/cairo/Makefile b/package/cairo/Makefile
index a3cba33f8..146876d44 100644
--- a/package/cairo/Makefile
+++ b/package/cairo/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= cairo
-PKG_VERSION:= 1.12.16
-PKG_RELEASE:= 4
-PKG_HASH:= 2505959eb3f1de3e1841023b61585bfd35684b9733c7b6a3643f4f4cbde6d846
+PKG_VERSION:= 1.14.0
+PKG_RELEASE:= 1
+PKG_HASH:= 2cf5f81432e77ea4359af9dcd0f4faf37d015934501391c311bfd2d19a0134b7
PKG_DESCR:= cairo graphics library
PKG_SECTION:= libs/image
PKG_DEPENDS:= fontconfig libfreetype libx11 pixman
@@ -35,8 +35,6 @@ include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call HOST_template,CAIRO,cairo,${PKG_VERSION}-${PKG_RELEASE}))
$(eval $(call PKG_template,CAIRO,cairo,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-
-
HOST_CONFIGURE_ARGS+= --enable-ft=yes \
--enable-png=yes \
--enable-fc=yes \
@@ -88,8 +86,6 @@ else
CONFIGURE_ARGS+= --enable-tee=no
endif
-
-
CONFIGURE_ARGS+= --enable-ft=yes \
--enable-fc=yes \
--enable-xlib=yes \