Date: Tue, 23 Jun 2015 17:27:13 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390434 - head/textproc/kenlm Message-ID: <201506231727.t5NHRDVH051073@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 23 17:27:12 2015 New Revision: 390434 URL: https://svnweb.freebsd.org/changeset/ports/390434 Log: - Fix build on 9.x: /usr/lib/crt1.o: In function `_start': crt1.c:(.text+0x9d): undefined reference to `main' Approved by: portmgr blanket Reported by: pkg-fallout Modified: head/textproc/kenlm/Makefile Modified: head/textproc/kenlm/Makefile ============================================================================== --- head/textproc/kenlm/Makefile Tue Jun 23 17:10:41 2015 (r390433) +++ head/textproc/kenlm/Makefile Tue Jun 23 17:27:12 2015 (r390434) @@ -14,7 +14,7 @@ BUILD_DEPENDS= bjam:${PORTSDIR}/devel/bo bash:${PORTSDIR}/shells/bash LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs -USES+= compiler:c++11-lang +USES+= compiler:c++11-lib USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC}/jam-files/boost-build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506231727.t5NHRDVH051073>