diff options
author | marino <marino@pkgsrc.org> | 2012-12-18 21:34:09 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-12-18 21:34:09 +0000 |
commit | 3bcca90c47fa883ee0b8508b1b6fb49cb5725896 (patch) | |
tree | b86712aa03582561536fa9693a25864464fe6e79 /textproc/mecab-base | |
parent | 13fbf2b1bfdb819507e952205bd6312feda7ce36 (diff) | |
download | pkgsrc-3bcca90c47fa883ee0b8508b1b6fb49cb5725896.tar.gz |
textproc/mecab-base: DRAGONFLY_CCVER=gcc44
This builds with gcc 4.7, but it causes all the mecab-* packages
to segfault during build. Tell DragonFly explicitly to use gcc 4.4
to build the base package. The rest can continue to use gcc 4.7
without issue.
Diffstat (limited to 'textproc/mecab-base')
-rw-r--r-- | textproc/mecab-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/mecab-base/Makefile b/textproc/mecab-base/Makefile index a8e7551469e..053dc4378a6 100644 --- a/textproc/mecab-base/Makefile +++ b/textproc/mecab-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/25 06:56:07 asau Exp $ +# $NetBSD: Makefile,v 1.9 2012/12/18 21:34:09 marino Exp $ # .include "../../textproc/mecab/Makefile.common" @@ -13,6 +13,7 @@ GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes OWN_DIRS= ${PREFIX:Q}/lib/mecab/dic +DRAGONFLY_CCVER= gcc44 .include "../../mk/bsd.prefs.mk" .include "../../mk/compiler.mk" |