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