aboutsummaryrefslogtreecommitdiff
path: root/devel/kdesdk3/Makefile
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-06-26 15:38:58 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-06-26 15:38:58 +0000
commit8bf4bd1c32ea7ec2d73157943b800e8683d6b67c (patch)
tree66c022c2c29454a15615fb02fe728df93a0f3856 /devel/kdesdk3/Makefile
parent89e567e0eb5901b66dc5da7e77f3eae153f5e054 (diff)
downloadports-8bf4bd1c32ea7ec2d73157943b800e8683d6b67c.tar.gz
ports-8bf4bd1c32ea7ec2d73157943b800e8683d6b67c.zip
Update to KDE 3.4.1
Notes
Notes: svn path=/head/; revision=138043
Diffstat (limited to 'devel/kdesdk3/Makefile')
-rw-r--r--devel/kdesdk3/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/kdesdk3/Makefile b/devel/kdesdk3/Makefile
index 0e0fea751049..cb9afe03ebd0 100644
--- a/devel/kdesdk3/Makefile
+++ b/devel/kdesdk3/Makefile
@@ -55,4 +55,9 @@ pre-everything::
RUN_DEPENDS+= callgrind:${PORTSDIR}/devel/callgrind
.endif
+post-patch:
+# Breakage might be caused by security/heimdal's broken fnmatch.h
+ @${REINPLACE_CMD} -e 's|<\(fnmatch.h\)>|"/usr/include/\1"|' \
+ ${WRKSRC}/cervisia/stringmatcher.cpp
+
.include <bsd.port.post.mk>