diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-01 15:25:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-01 15:25:27 +0100 |
commit | cfd377d779327c4aaed5b0b7317db794e74ade74 (patch) | |
tree | 676feac7f10bc8cf1ffe0038a70e60dae13e2dcb /package/glib/patches | |
parent | d4b446db89ba29b844b1f05dc112bc8d5c573f4b (diff) |
fix macos x host compile
Diffstat (limited to 'package/glib/patches')
-rw-r--r-- | package/glib/patches/patch-ltmain_sh | 6 |
1 files changed, 3 insertions, 3 deletions
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=*| \ |