summaryrefslogtreecommitdiff
path: root/net/kdenetwork3
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-11-08 03:58:43 +0000
committermarkd <markd@pkgsrc.org>2004-11-08 03:58:43 +0000
commiteca18279e746f5a5e3133da51c8c97944c56d708 (patch)
treeb3bccdbf9f14c33ba115a3e9ad81816a24aa1880 /net/kdenetwork3
parent0b48682a6c846ace644351a10aa3639011038b68 (diff)
downloadpkgsrc-eca18279e746f5a5e3133da51c8c97944c56d708.tar.gz
Trim some inappropriately placed comment lines from one of the generated
Makefiles. Fixes build on NetBSD 1.6.2.
Diffstat (limited to 'net/kdenetwork3')
-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"