summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-06-07 15:56:17 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-06-07 15:56:17 +0000
commitdc54946743b45b6e0eef0b32986b897465ff4422 (patch)
treecb62540fdac5e9d52d2632608768652d5d01abb7 /net-im
parentFix version string (diff)
In -CURRENT, iomanip.h is deprecated in favor of iomanip
Submitted by: bento
Notes
Notes: svn path=/head/; revision=60777
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libicq2000/Makefile1
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}