Prevent collision with getline(3)
This commit is contained in:
parent
37f8a8cb72
commit
0fca21d334
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415130
1 changed files with 4 additions and 0 deletions
|
@ -20,4 +20,8 @@ PLIST_FILES= bin/seyon lib/X11/app-defaults/Seyon \
|
|||
post-extract:
|
||||
${CHMOD} +x ${WRKSRC}/makever.sh
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s/getline(/seyon_getline(/g" \
|
||||
${WRKSRC}/SeDecl.h ${WRKSRC}/SeScript.c ${WRKSRC}/SeSupp.c
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue