aboutsummaryrefslogtreecommitdiff
path: root/multimedia/subtitleripper
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-07-29 23:27:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-07-29 23:27:18 +0000
commit9b2f0c704c643e1ad85853396e3468ccca2862b4 (patch)
tree067090ccc850164c4db4b47084b6d801335f32d4 /multimedia/subtitleripper
parent7f73be35f9d6a1043df7ef65b303af3860c25740 (diff)
downloadports-9b2f0c704c643e1ad85853396e3468ccca2862b4.tar.gz
ports-9b2f0c704c643e1ad85853396e3468ccca2862b4.zip
Use getline(3) from libc instead of bundled one
Notes
Notes: svn path=/head/; revision=419277
Diffstat (limited to 'multimedia/subtitleripper')
-rw-r--r--multimedia/subtitleripper/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/subtitleripper/Makefile b/multimedia/subtitleripper/Makefile
index 85d88dfc10fe..67e144e7fe28 100644
--- a/multimedia/subtitleripper/Makefile
+++ b/multimedia/subtitleripper/Makefile
@@ -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}