svn commit: r419285 - head/print/tex

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 29 23:54:51 UTC 2016


Author: bapt
Date: Fri Jul 29 23:54:50 2016
New Revision: 419285
URL: https://svnweb.freebsd.org/changeset/ports/419285

Log:
  Prevent collision with getline(3)

Modified:
  head/print/tex/Makefile

Modified: head/print/tex/Makefile
==============================================================================
--- head/print/tex/Makefile	Fri Jul 29 23:45:46 2016	(r419284)
+++ head/print/tex/Makefile	Fri Jul 29 23:54:50 2016	(r419285)
@@ -33,6 +33,9 @@ MAKE_FLAGS=	fmts= all_mems=
 BROKEN=		Segfault during build on ia64
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e "s/getline/get_line/g" ${WRKSRC}/web2c/tangleboot.*
+
 pre-configure:
 	cd ${WRKDIR} && ${FIND} . -name \*.gz | ${XARGS} ${GUNZIP_CMD} -f
 


More information about the svn-ports-all mailing list