42fac6023c
PR: ports/106932 Submitted by: philippe sam-long <philippe.sam-long@laposte.net>
12 lines
260 B
Bash
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
|