diff options
Diffstat (limited to 'package/glib/patches')
-rw-r--r-- | package/glib/patches/patch-Makefile_in | 11 | ||||
-rw-r--r-- | package/glib/patches/patch-glib_gstrfuncs_c | 15 | ||||
-rw-r--r-- | package/glib/patches/patch-ltmain_sh | 6 |
3 files changed, 29 insertions, 3 deletions
diff --git a/package/glib/patches/patch-Makefile_in b/package/glib/patches/patch-Makefile_in new file mode 100644 index 000000000..b53217f1e --- /dev/null +++ b/package/glib/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- glib-2.28.1.orig/Makefile.in 2011-02-18 16:22:03.000000000 +0100 ++++ glib-2.28.1/Makefile.in 2013-10-31 19:55:48.000000000 +0100 +@@ -422,7 +422,7 @@ EXTRA_DIST = ChangeLog.pre-2-20 ChangeLo + gio-2.0-uninstalled.pc.in gio-unix-2.0-uninstalled.pc.in + TEST_PROGS = + ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS} +-SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po docs ++SUBDIRS = . m4macros glib gmodule gthread gobject gio po + DIST_SUBDIRS = $(SUBDIRS) build + bin_SCRIPTS = glib-gettextize + AM_CPPFLAGS = \ diff --git a/package/glib/patches/patch-glib_gstrfuncs_c b/package/glib/patches/patch-glib_gstrfuncs_c new file mode 100644 index 000000000..ec0543675 --- /dev/null +++ b/package/glib/patches/patch-glib_gstrfuncs_c @@ -0,0 +1,15 @@ +--- glib-2.28.1.orig/glib/gstrfuncs.c 2011-02-16 03:55:33.000000000 +0100 ++++ glib-2.28.1/glib/gstrfuncs.c 2013-11-06 18:24:29.973270200 +0100 +@@ -1423,12 +1423,6 @@ g_strsignal (gint signum) + #ifdef HAVE_STRSIGNAL + const char *msg_locale; + +-#if defined(G_OS_BEOS) || defined(G_WITH_CYGWIN) +-extern const char *strsignal(int); +-#else +- /* this is declared differently (const) in string.h on BeOS */ +- extern char *strsignal (int sig); +-#endif /* !G_OS_BEOS && !G_WITH_CYGWIN */ + msg_locale = strsignal (signum); + if (g_get_charset (NULL)) + return msg_locale; diff --git a/package/glib/patches/patch-ltmain_sh b/package/glib/patches/patch-ltmain_sh index 16078c020..b69b349d4 100644 --- a/package/glib/patches/patch-ltmain_sh +++ b/package/glib/patches/patch-ltmain_sh @@ -1,6 +1,6 @@ ---- glib-2.33.14.orig/ltmain.sh 2012-09-17 23:25:27.000000000 +0200 -+++ glib-2.33.14/ltmain.sh 2012-09-23 11:07:23.000000000 +0200 -@@ -5853,7 +5853,7 @@ func_mode_link () +--- glib-2.28.1.orig/ltmain.sh 2011-02-08 13:25:07.000000000 +0100 ++++ glib-2.28.1/ltmain.sh 2013-10-31 19:37:51.000000000 +0100 +@@ -5840,7 +5840,7 @@ func_mode_link () # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ |