summaryrefslogtreecommitdiff
path: root/print/tex/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-07-29 23:54:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-07-29 23:54:50 +0000
commitffa550c2284fff0ee3301954742d4bc96c951013 (patch)
treea27f61309a2d9dc673ec5e607dd0a3cd27105d41 /print/tex/Makefile
parentPrevent collision with getline(3) (diff)
Prevent collision with getline(3)
Notes
Notes: svn path=/head/; revision=419285
Diffstat (limited to 'print/tex/Makefile')
-rw-r--r--print/tex/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile
index 35241ab90fbe..2403dea553a7 100644
--- a/print/tex/Makefile
+++ b/print/tex/Makefile
@@ -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