svn commit: r419277 - head/multimedia/subtitleripper

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 29 23:27:19 UTC 2016


Author: bapt
Date: Fri Jul 29 23:27:18 2016
New Revision: 419277
URL: https://svnweb.freebsd.org/changeset/ports/419277

Log:
  Use getline(3) from libc instead of bundled one

Modified:
  head/multimedia/subtitleripper/Makefile

Modified: head/multimedia/subtitleripper/Makefile
==============================================================================
--- head/multimedia/subtitleripper/Makefile	Fri Jul 29 23:24:50 2016	(r419276)
+++ head/multimedia/subtitleripper/Makefile	Fri Jul 29 23:27:18 2016	(r419277)
@@ -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}
 


More information about the svn-ports-all mailing list