diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-02-19 00:06:37 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-02-19 00:06:37 +0000 |
commit | 42fac6023cad2912bb88369a7eb45b8ad5a04850 (patch) | |
tree | d4f5c3b337cdd622050a1c9e82d806ea1e267299 /chinese/scim-pinyin | |
parent | - Do not echo post-build command. (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=185484
Diffstat (limited to 'chinese/scim-pinyin')
-rw-r--r-- | chinese/scim-pinyin/files/patch-ltmain.sh | 12 | ||||
-rw-r--r-- | chinese/scim-pinyin/files/patch-skim__admin__ltmain.sh | 12 |
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 |