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:
parent
eb028d0451
commit
81cfa959d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91737
11
japanese/mecab/files/patch-ltmain.sh
Normal file
11
japanese/mecab/files/patch-ltmain.sh
Normal 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
|
||||
;;
|
Loading…
Reference in New Issue
Block a user