Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2016 17:46:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419446 - head/sysutils/sformat
Message-ID:  <201608011746.u71HkZes013024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Aug  1 17:46:35 2016
New Revision: 419446
URL: https://svnweb.freebsd.org/changeset/ports/419446

Log:
  Prevent collision with getline(3)

Modified:
  head/sysutils/sformat/Makefile

Modified: head/sysutils/sformat/Makefile
==============================================================================
--- head/sysutils/sformat/Makefile	Mon Aug  1 17:43:19 2016	(r419445)
+++ head/sysutils/sformat/Makefile	Mon Aug  1 17:46:35 2016	(r419446)
@@ -50,7 +50,8 @@ post-patch:
 	@${REINPLACE_CMD} -e 's| getline(| get_line(|g' ${WRKSRC}/sformat/io.c \
 		${WRKSRC}/sformat/defect.c
 	@${REINPLACE_CMD} -e 's|^getline|get_line|g' ${WRKSRC}/libschily/stdio/fgetline.c
-	@${REINPLACE_CMD} -e 's|)getline|)get_line|g' ${WRKSRC}/sformat/diskfmt.c
+	@${REINPLACE_CMD} -e 's|)getline|)get_line|g' ${WRKSRC}/sformat/diskfmt.c \
+		${WRKSRC}/sformat/makelabel.c
 
 
 do-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608011746.u71HkZes013024>