diff options
author | lioux <lioux@FreeBSD.org> | 2002-06-07 15:56:17 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-06-07 15:56:17 +0000 |
commit | 84a75c97e45e3247557f6657e7e722d0bbd2c15c (patch) | |
tree | df5f9bebaae95b6f7218cb97ca2689e30640776b /net | |
parent | 45742d2092b9f08bb3d568f514afef3de552861b (diff) | |
download | FreeBSD-ports-84a75c97e45e3247557f6657e7e722d0bbd2c15c.zip FreeBSD-ports-84a75c97e45e3247557f6657e7e722d0bbd2c15c.tar.gz |
In -CURRENT, iomanip.h is deprecated in favor of iomanip
Submitted by: bento
Diffstat (limited to 'net')
-rw-r--r-- | net/libicq2000/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/libicq2000/Makefile b/net/libicq2000/Makefile index 008205d..6741b89 100644 --- a/net/libicq2000/Makefile +++ b/net/libicq2000/Makefile @@ -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} |