freebsd-ports/chinese/scim-pinyin/files/patch-ltmain.sh
Alejandro Pulver 42fac6023c - 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>
2007-02-19 00:06:37 +00:00

12 lines
260 B
Bash

--- ./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