summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-10-20 14:41:36 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-10-20 14:41:36 +0000
commit81cfa959d97f9e01cc2073a1a393223e923e5a1b (patch)
tree1612f0179a421558788174aa2be66db4e0a0881a /japanese
parentMinor enhancements, not affecting the resulting package: (diff)
Tell ltmain.sh not to remove explicitly specified -lc_r and unbreak.
Submitted by: nobutaka
Notes
Notes: svn path=/head/; revision=91737
Diffstat (limited to 'japanese')
-rw-r--r--japanese/mecab/files/patch-ltmain.sh11
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
+ ;;