diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-30 07:54:50 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-30 07:54:50 +0800 |
commit | ffa550c2284fff0ee3301954742d4bc96c951013 (patch) | |
tree | a27f61309a2d9dc673ec5e607dd0a3cd27105d41 /print | |
parent | 86e87e7d653c886c25ef3ce7acf3fe87e9adcbc4 (diff) | |
download | freebsd-ports-gnome-ffa550c2284fff0ee3301954742d4bc96c951013.tar.gz freebsd-ports-gnome-ffa550c2284fff0ee3301954742d4bc96c951013.tar.zst freebsd-ports-gnome-ffa550c2284fff0ee3301954742d4bc96c951013.zip |
Prevent collision with getline(3)
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 |