1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Tell ltmain.sh not to remove explicitly specified -lc_r and unbreak.

Submitted by:	nobutaka
This commit is contained in:
Akinori MUSHA 2003-10-20 14:41:36 +00:00
parent eb028d0451
commit 81cfa959d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91737

View File

@ -0,0 +1,11 @@
--- ltmain.sh.orig Mon Oct 20 21:58:16 2003
+++ ltmain.sh Mon Oct 20 21:58:39 2003
@@ -1075,7 +1075,7 @@
esac
elif test "X$arg" = "X-lc_r"; then
case $host in
- *-*-openbsd* | *-*-freebsd*)
+ *-*-openbsd*)
# Do not include libc_r directly, use -pthread flag.
continue
;;