In -CURRENT, iomanip.h is deprecated in favor of iomanip
Submitted by: bento
This commit is contained in:
parent
3dd0d96e53
commit
dc54946743
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60777
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ post-patch:
|
|||
@${PERL} -pi -e \
|
||||
's|^(headersincludedir =).+|\1\$$(includedir)/libicq2000|' \
|
||||
${WRKSRC}/libicq2000/Makefile.in
|
||||
@${PERL} -pi -e 's|(iomanip).h|\1|' ${WRKSRC}/libicq2000/buffer.h
|
||||
|
||||
post-configure:
|
||||
@${CP} ${LOCALBASE}/bin/libtool ${WRKSRC}
|
||||
|
|
|
@ -26,6 +26,7 @@ post-patch:
|
|||
@${PERL} -pi -e \
|
||||
's|^(headersincludedir =).+|\1\$$(includedir)/libicq2000|' \
|
||||
${WRKSRC}/libicq2000/Makefile.in
|
||||
@${PERL} -pi -e 's|(iomanip).h|\1|' ${WRKSRC}/libicq2000/buffer.h
|
||||
|
||||
post-configure:
|
||||
@${CP} ${LOCALBASE}/bin/libtool ${WRKSRC}
|
||||
|
|
Loading…
Reference in a new issue