mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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
1 changed files with 11 additions and 0 deletions
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…
Add table
Reference in a new issue