netsurf: ignore gdk-pixbuf deprecations

This commit is contained in:
Eivind Uggedal 2015-01-03 14:28:59 +00:00
parent ac474dd70c
commit fa9d5300e2
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,12 @@
--- gtk/Makefile.target.orig 2015-01-03 14:20:00.907271933 +0000
+++ gtk/Makefile.target 2015-01-03 14:20:10.397933418 +0000
@@ -38,8 +38,7 @@
-DGTK_DISABLE_SINGLE_INCLUDES \
-DGTK_DISABLE_DEPRECATED \
-DGTK_MULTIHEAD_SAFE \
- -DPANGO_DISABLE_DEPRECATED \
- -DGDK_PIXBUF_DISABLE_DEPRECATED
+ -DPANGO_DISABLE_DEPRECATED
# libsexy currently means we cannot enable this
# -DGDK_DISABLE_DEPRECATED

View File

@ -15,7 +15,6 @@ license="GPL-2, MIT"
homepage="http://www.netsurf-browser.org"
distfiles="http://download.netsurf-browser.org/netsurf/releases/source/${pkgname}-${version}-src.tar.gz"
checksum=04ffeb8335c59cbc23371b79ae3b178002e6e95c35225ef62db4b155ecc7e213
broken=yes
do_build() {
make ${makejobs} \