mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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>
This commit is contained in:
parent
afc2ac7b57
commit
42fac6023c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185484
2 changed files with 24 additions and 0 deletions
12
chinese/scim-pinyin/files/patch-ltmain.sh
Normal file
12
chinese/scim-pinyin/files/patch-ltmain.sh
Normal file
|
@ -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
|
12
chinese/scim-pinyin/files/patch-skim__admin__ltmain.sh
Normal file
12
chinese/scim-pinyin/files/patch-skim__admin__ltmain.sh
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue