Trim some inappropriately placed comment lines from one of the generated

Makefiles.  Fixes build on NetBSD 1.6.2.
This commit is contained in:
markd 2004-11-08 03:58:43 +00:00
parent 0b48682a6c
commit eca18279e7

View file

@ -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"