Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 14:32:13 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326154 - head/japanese/mecab
Message-ID:  <201309031432.r83EWDTO077546@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep  3 14:32:13 2013
New Revision: 326154
URL: http://svnweb.freebsd.org/changeset/ports/326154

Log:
  Fix building without libstdc++

Modified:
  head/japanese/mecab/Makefile

Modified: head/japanese/mecab/Makefile
==============================================================================
--- head/japanese/mecab/Makefile	Tue Sep  3 14:21:09 2013	(r326153)
+++ head/japanese/mecab/Makefile	Tue Sep  3 14:32:13 2013	(r326154)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031432.r83EWDTO077546>