svn commit: r390434 - head/textproc/kenlm

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 23 17:27:13 UTC 2015


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


More information about the svn-ports-all mailing list