summaryrefslogtreecommitdiffstats
path: root/chinese/scim-pinyin
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2007-02-19 00:06:37 +0000
committeralepulver <alepulver@FreeBSD.org>2007-02-19 00:06:37 +0000
commit943db71bcdfdb0546c32659e3185c65abee87ae6 (patch)
tree23511078832a2b238cae1e5f519cb17bef76ed84 /chinese/scim-pinyin
parent47b0460236f3454b77f963892fe235ddcff09008 (diff)
downloadFreeBSD-ports-943db71bcdfdb0546c32659e3185c65abee87ae6.zip
FreeBSD-ports-943db71bcdfdb0546c32659e3185c65abee87ae6.tar.gz
- Fix error described in "http://lists.freebsd.org/pipermail/freebsd-questions/2006-March/114548.html".
PR: ports/106932 Submitted by: philippe sam-long <philippe.sam-long@laposte.net>
Diffstat (limited to 'chinese/scim-pinyin')
-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 0000000..b6c7c51
--- /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 0000000..541ebd9
--- /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
OpenPOWER on IntegriCloud