summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/kdenetwork3/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile
index 3e2c9a0b333..758d9ba1f12 100644
--- a/net/kdenetwork3/Makefile
+++ b/net/kdenetwork3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/10/13 12:08:53 markd Exp $
+# $NetBSD: Makefile,v 1.37 2004/11/08 03:58:43 markd Exp $
DISTNAME= kdenetwork-${_KDE_VERSION}
CATEGORIES= net
@@ -26,6 +26,12 @@ CONFIGURE_ENV+= ac_cv_sys_file_offset_bits=no
CONFIGURE_ENV+= ac_cv_lib_Xss_XScreenSaverQueryInfo="no"
.endif
+post-configure:
+ ${TOUCH} ${WRKSRC}/Makefile ${WRKSRC}/config.h
+ (cd ${WRKSRC}/kopete/protocols/jabber/libiris/iris/xmpp-core; \
+ ${MV} Makefile Makefile.save; ${GREP} -v "^#>" Makefile.save > Makefile; \
+ ${RM} Makefile.save)
+
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../converters/uulib/buildlink3.mk"
.include "../../databases/gdbm/buildlink3.mk"