svn commit: r326154 - head/japanese/mecab

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 3 14:32:13 UTC 2013


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


More information about the svn-ports-all mailing list