From fa9d5300e21fc0c96f761510637262b55e4bd320 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Sat, 3 Jan 2015 14:28:59 +0000 Subject: [PATCH] netsurf: ignore gdk-pixbuf deprecations --- srcpkgs/netsurf/patches/gdk-pixbuf.patch | 12 ++++++++++++ srcpkgs/netsurf/template | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/netsurf/patches/gdk-pixbuf.patch diff --git a/srcpkgs/netsurf/patches/gdk-pixbuf.patch b/srcpkgs/netsurf/patches/gdk-pixbuf.patch new file mode 100644 index 00000000000..f497eff5ccb --- /dev/null +++ b/srcpkgs/netsurf/patches/gdk-pixbuf.patch @@ -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 diff --git a/srcpkgs/netsurf/template b/srcpkgs/netsurf/template index dbe02233641..7587da83c27 100644 --- a/srcpkgs/netsurf/template +++ b/srcpkgs/netsurf/template @@ -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} \