diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-20 14:41:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-20 14:41:36 +0000 |
commit | 81cfa959d97f9e01cc2073a1a393223e923e5a1b (patch) | |
tree | 1612f0179a421558788174aa2be66db4e0a0881a /japanese/mecab/files/patch-ltmain.sh | |
parent | Minor enhancements, not affecting the resulting package: (diff) |
Tell ltmain.sh not to remove explicitly specified -lc_r and unbreak.
Submitted by: nobutaka
Diffstat (limited to '')
-rw-r--r-- | japanese/mecab/files/patch-ltmain.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/mecab/files/patch-ltmain.sh b/japanese/mecab/files/patch-ltmain.sh new file mode 100644 index 000000000000..66a3bfe5f002 --- /dev/null +++ b/japanese/mecab/files/patch-ltmain.sh @@ -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 + ;; |