freebsd-ports/devel/subversion16/files/patch-ac-helpers::ltmain.sh
Lev A. Serebryakov 0c55337c26 (1) Update to 1.1.1 and supports `devel/apr' of version 1.0.0
(2) Add installation of usefuls scripts and tools into `share/subversion'
  (3) Prepare for JavaHL bindings, but `devel/apr' have problems with threads on STABLE now.

PR:		73135, 72551, 52797, 72665.
Submitted by:	Many people, especially bmah@
2004-11-05 15:42:05 +00:00

11 lines
362 B
Bash

--- ac-helpers/ltmain.sh.orig 2004-10-22 22:13:13.000000000 +0400
+++ ac-helpers/ltmain.sh 2004-11-05 11:30:39.328125000 +0300
@@ -1061,7 +1061,7 @@
esac
elif test "X$arg" = "X-lc_r"; then
case $host in
- *-*-openbsd* | *-*-freebsd*)
+ *-*-openbsd* | *-*-freebsd4*)
# Do not include libc_r directly, use -pthread flag.
continue
;;