diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-24 01:27:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-24 01:27:12 +0800 |
commit | 23cfe6c82c5b97242b04606123736834f7f7106c (patch) | |
tree | d8173f545f5c6949f5a56271fc7de030a047818e /textproc/kenlm | |
parent | 182546b507687c4704456b46e209ee86a561c808 (diff) | |
download | freebsd-ports-gnome-23cfe6c82c5b97242b04606123736834f7f7106c.tar.gz freebsd-ports-gnome-23cfe6c82c5b97242b04606123736834f7f7106c.tar.zst freebsd-ports-gnome-23cfe6c82c5b97242b04606123736834f7f7106c.zip |
- 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
Diffstat (limited to 'textproc/kenlm')
-rw-r--r-- | textproc/kenlm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/kenlm/Makefile b/textproc/kenlm/Makefile index 8ab33df613e9..0a1e01b76c85 100644 --- a/textproc/kenlm/Makefile +++ b/textproc/kenlm/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \ 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 |