PR:		ports/106932
Submitted by:	philippe sam-long <philippe.sam-long@laposte.net>
This commit is contained in:
Alejandro Pulver 2007-02-19 00:06:37 +00:00
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

View 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

View 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