In -CURRENT, iomanip.h is deprecated in favor of iomanip

Submitted by:	bento
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-06-07 15:56:17 +00:00
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

View file

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

View file

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