aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chinese/scim-pinyin/files/patch-ltmain.sh12
-rw-r--r--chinese/scim-pinyin/files/patch-skim__admin__ltmain.sh12
2 files changed, 24 insertions, 0 deletions
diff --git a/chinese/scim-pinyin/files/patch-ltmain.sh b/chinese/scim-pinyin/files/patch-ltmain.sh
new file mode 100644
index 000000000000..b6c7c51daba2
--- /dev/null
+++ b/chinese/scim-pinyin/files/patch-ltmain.sh
@@ -0,0 +1,12 @@
+--- ./ltmain.sh.orig Thu Aug 11 21:04:29 2005
++++ ./ltmain.sh Sun Feb 18 20:49:45 2007
+@@ -2196,6 +2196,9 @@
+ alldeplibs=yes
+ continue
+ ;;
++ -pthread)
++ continue
++ ;;
+ esac # case $deplib
+ if test "$found" = yes || test -f "$lib"; then :
+ else
diff --git a/chinese/scim-pinyin/files/patch-skim__admin__ltmain.sh b/chinese/scim-pinyin/files/patch-skim__admin__ltmain.sh
new file mode 100644
index 000000000000..541ebd9e55fa
--- /dev/null
+++ b/chinese/scim-pinyin/files/patch-skim__admin__ltmain.sh
@@ -0,0 +1,12 @@
+--- ./skim/admin/ltmain.sh.orig Sun Jun 19 11:43:45 2005
++++ ./skim/admin/ltmain.sh Sun Feb 18 20:50:18 2007
+@@ -2007,6 +2007,9 @@
+ alldeplibs=yes
+ continue
+ ;;
++ -pthread)
++ continue
++ ;;
+ esac # case $deplib
+ if test "$found" = yes || test -f "$lib"; then :
+ else