summaryrefslogtreecommitdiff
path: root/misc/bibletime-devel/files/patch-admin::ltmain.sh
blob: 3938e1b81b69cfb02e86f5f05031d3efc4fa52f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ruN admin/ltmain.sh admin/ltmain.sh
--- admin/ltmain.sh	Fri Apr 12 13:40:12 2002
+++ admin/ltmain.sh	Thu Jun 20 09:51:32 2002
@@ -1239,7 +1239,7 @@
 	  esac
 	elif test "X$arg" = "X-lc_r"; then
 	 case $host in
-	 *-*-openbsd* | *-*-freebsd*)
+	 *-*-openbsd* | *-*-freebsd[0-4]*)
 	   # Do not include libc_r directly, use -pthread flag.
 	   continue
 	   ;;