Use getline(3) from libc instead of bundled one

This commit is contained in:
Baptiste Daroussin 2016-07-29 23:27:18 +00:00
parent 7f73be35f9
commit 9b2f0c704c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419277

View file

@ -17,6 +17,7 @@ RUN_DEPENDS= gocr:graphics/gocr \
transcode:multimedia/transcode
USES= gmake tar:tgz
CFLAGS+= -D_WITH_GETLINE=1 -DHAVE_GETLINE=1
WRKSRC= ${WRKDIR}/${PORTNAME}