pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/kdenetwork3 Trim some inappropriately placed comme...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07e7c4a4f3af
branches:  trunk
changeset: 483112:07e7c4a4f3af
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Nov 08 03:58:43 2004 +0000

description:
Trim some inappropriately placed comment lines from one of the generated
Makefiles.  Fixes build on NetBSD 1.6.2.

diffstat:

 net/kdenetwork3/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 0cea7c3e857b -r 07e7c4a4f3af net/kdenetwork3/Makefile
--- a/net/kdenetwork3/Makefile  Sun Nov 07 23:56:59 2004 +0000
+++ b/net/kdenetwork3/Makefile  Mon Nov 08 03:58:43 2004 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index