summaryrefslogtreecommitdiff
path: root/package/pango/patches
diff options
context:
space:
mode:
Diffstat (limited to 'package/pango/patches')
-rw-r--r--package/pango/patches/patch-ltmain_sh11
-rw-r--r--package/pango/patches/patch-tests_runtests_sh8
2 files changed, 19 insertions, 0 deletions
diff --git a/package/pango/patches/patch-ltmain_sh b/package/pango/patches/patch-ltmain_sh
new file mode 100644
index 000000000..79b73df6f
--- /dev/null
+++ b/package/pango/patches/patch-ltmain_sh
@@ -0,0 +1,11 @@
+--- pango-1.28.3.orig/ltmain.sh 2010-09-29 13:02:28.000000000 +0200
++++ pango-1.28.3/ltmain.sh 2011-01-14 23:41:25.000000000 +0100
+@@ -4765,7 +4765,7 @@ func_mode_link ()
+ # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
+ # @file GCC response files
+ -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
+- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
++ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto)
+ func_quote_for_eval "$arg"
+ arg="$func_quote_for_eval_result"
+ func_append compile_command " $arg"
diff --git a/package/pango/patches/patch-tests_runtests_sh b/package/pango/patches/patch-tests_runtests_sh
new file mode 100644
index 000000000..c4675af7a
--- /dev/null
+++ b/package/pango/patches/patch-tests_runtests_sh
@@ -0,0 +1,8 @@
+--- pango-1.28.3.orig/tests/runtests.sh 2010-09-29 13:02:41.000000000 +0200
++++ pango-1.28.3/tests/runtests.sh 2011-01-14 23:40:32.000000000 +0100
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! /bin/bash
+
+ LOGFILE=runtests.log
+ POTENTIAL_TESTS='testboundaries testcolor testboundaries_ucd'