openbsd-ports/mail/sylpheed/patches/patch-ltmain_sh
2006-06-05 15:31:16 +00:00

33 lines
490 B
Plaintext

$OpenBSD: patch-ltmain_sh,v 1.6 2006/06/05 15:31:16 couderc Exp $
--- ltmain.sh.orig Sat Mar 11 19:49:04 2006
+++ ltmain.sh Thu May 11 23:22:41 2006
@@ -1607,6 +1607,17 @@ EOF
continue
;;
+ -pthread)
+ case $host in
+ *-*-openbsd*)
+ deplibs="$deplibs $arg"
+ ;;
+ *)
+ continue
+ ;;
+ esac
+ ;;
+
-module)
module=yes
continue
@@ -2279,6 +2290,10 @@ EOF
fi
continue
;;
+ -pthread)
+ continue
+ ;;
+
%DEPLIBS%)
alldeplibs=yes
continue