# HG changeset patch # User Pascal Bellard # Date 1423902525 -3600 # Node ID a219ba1b4838f5d60d6ed6f203f5a8aab46df874 # Parent 030756141e6d212a77ac705c6193e2fd37875226 libgsf: no more g_memmove in glib diff -r 030756141e6d -r a219ba1b4838 libgsf/receipt --- a/libgsf/receipt Sat Feb 14 09:16:43 2015 +0100 +++ b/libgsf/receipt Sat Feb 14 09:28:45 2015 +0100 @@ -22,6 +22,7 @@ # Rules to configure and make the package. compile_rules() { + sed -i 's/g_memmove/memmove/' gsf/gsf-output-iconv.c ./configure \ --with-html-dir=/usr/share/doc \ --without-bonobo \