diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 22:32:13 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 22:32:13 +0800 |
commit | 338b997cef09ccf8c920adb44c5e008b852a2f44 (patch) | |
tree | 966b7c501f77a1bc99a523958980e0e55f8f15ff /japanese/mecab | |
parent | 1f1ca521f6edcc857df6c5bf3c3992c4c8d71078 (diff) | |
download | freebsd-ports-gnome-338b997cef09ccf8c920adb44c5e008b852a2f44.tar.gz freebsd-ports-gnome-338b997cef09ccf8c920adb44c5e008b852a2f44.tar.zst freebsd-ports-gnome-338b997cef09ccf8c920adb44c5e008b852a2f44.zip |
Fix building without libstdc++
Diffstat (limited to 'japanese/mecab')
-rw-r--r-- | japanese/mecab/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/mecab/Makefile b/japanese/mecab/Makefile index 2e936511f6bc..2443d41b850e 100644 --- a/japanese/mecab/Makefile +++ b/japanese/mecab/Makefile @@ -17,6 +17,7 @@ USES= iconv gettext:build perl5 USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes +CONFIGURE_ENV+= ac_cv_lib_stdcpp_main=no CPPFLAGS+= ${PTHREAD_CFLAGS} -I ${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |