svn commit: r415133 - head/devel/gaa

Baptiste Daroussin bapt at FreeBSD.org
Fri May 13 18:55:44 UTC 2016


Author: bapt
Date: Fri May 13 18:55:43 2016
New Revision: 415133
URL: https://svnweb.freebsd.org/changeset/ports/415133

Log:
  Prevent collision with getline(3)

Modified:
  head/devel/gaa/Makefile

Modified: head/devel/gaa/Makefile
==============================================================================
--- head/devel/gaa/Makefile	Fri May 13 18:51:42 2016	(r415132)
+++ head/devel/gaa/Makefile	Fri May 13 18:55:43 2016	(r415133)
@@ -11,4 +11,7 @@ COMMENT=	GPL Argument Analyser
 
 GNU_CONFIGURE=	yes
 
+post-patch:
+	${REINPLACE_CMD} -e "s/getline/get_line/g" ${WRKSRC}/source/gaa_parser.y
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list