mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
Prevent collision with getline(3)
This commit is contained in:
parent
8b9fbdfc25
commit
89b1e497b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419446
@ -50,7 +50,8 @@ post-patch:
|
|||||||
@${REINPLACE_CMD} -e 's| getline(| get_line(|g' ${WRKSRC}/sformat/io.c \
|
@${REINPLACE_CMD} -e 's| getline(| get_line(|g' ${WRKSRC}/sformat/io.c \
|
||||||
${WRKSRC}/sformat/defect.c
|
${WRKSRC}/sformat/defect.c
|
||||||
@${REINPLACE_CMD} -e 's|^getline|get_line|g' ${WRKSRC}/libschily/stdio/fgetline.c
|
@${REINPLACE_CMD} -e 's|^getline|get_line|g' ${WRKSRC}/libschily/stdio/fgetline.c
|
||||||
@${REINPLACE_CMD} -e 's|)getline|)get_line|g' ${WRKSRC}/sformat/diskfmt.c
|
@${REINPLACE_CMD} -e 's|)getline|)get_line|g' ${WRKSRC}/sformat/diskfmt.c \
|
||||||
|
${WRKSRC}/sformat/makelabel.c
|
||||||
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
Loading…
Reference in New Issue
Block a user