diff options
author | obache <obache@pkgsrc.org> | 2007-05-17 15:38:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-05-17 15:38:26 +0000 |
commit | 48376fbd4e20157751767834489a49f760b78293 (patch) | |
tree | b5c247b8e06c6e43b40b4882b0488ed9ef08add2 /textproc/mecab-base/patches/patch-aa | |
parent | 5e26e112c9cedf676687cc58f2d6bba81bd63e80 (diff) | |
download | pkgsrc-48376fbd4e20157751767834489a49f760b78293.tar.gz |
Pass appropriate flags related to pthread(Should fix build problem on DragonFly).
Remove subst for mecab-config, it was unneeded anymore.
Diffstat (limited to 'textproc/mecab-base/patches/patch-aa')
-rw-r--r-- | textproc/mecab-base/patches/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/mecab-base/patches/patch-aa b/textproc/mecab-base/patches/patch-aa new file mode 100644 index 00000000000..1e80b03eb61 --- /dev/null +++ b/textproc/mecab-base/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1 2007/05/17 15:38:26 obache Exp $ + +--- configure.orig 2007-03-11 15:31:34.000000000 +0000 ++++ configure +@@ -25843,12 +25843,6 @@ echo "$as_me: error: \"SUN make does not + fi + fi + +-if test -n "$GCC"; then +- CFLAGS="-O3 -Wall -Wno-deprecated" +- CXXFLAGS="-O3 -Wall -Wno-deprecated" +-fi +- +- + # Check whether --with-charset was given. + if test "${with_charset+set}" = set; then + withval=$with_charset; CHARSET=${withval} |