diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/tex/Makefile | 3 |
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 |