diff options
author | bapt <bapt@FreeBSD.org> | 2016-07-30 07:27:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-07-30 07:27:18 +0800 |
commit | 5703ee9d076529dcb8acd5a2feef3ab6ae41ab29 (patch) | |
tree | 067090ccc850164c4db4b47084b6d801335f32d4 /multimedia | |
parent | 36bbd83cdbd61bd0b8d7745431a647dd614bbb30 (diff) | |
download | freebsd-ports-gnome-5703ee9d076529dcb8acd5a2feef3ab6ae41ab29.tar.gz freebsd-ports-gnome-5703ee9d076529dcb8acd5a2feef3ab6ae41ab29.tar.zst freebsd-ports-gnome-5703ee9d076529dcb8acd5a2feef3ab6ae41ab29.zip |
Use getline(3) from libc instead of bundled one
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/subtitleripper/Makefile | 1 |
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} |