Prevent collision with getline(3)

This commit is contained in:
Baptiste Daroussin 2016-05-13 18:45:43 +00:00
parent 37f8a8cb72
commit 0fca21d334
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415130

View file

@ -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>