pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/kaffe oups, included "../../mk/pthread.buildlink3...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ebfdf180eeed
branches: trunk
changeset: 498979:ebfdf180eeed
user: tonio <tonio%pkgsrc.org@localhost>
date: Tue Sep 06 19:11:24 2005 +0000
description:
oups, included "../../mk/pthread.buildlink3.mk" in the wrong file
diffstat:
lang/kaffe/Makefile | 3 +--
lang/kaffe/Makefile.common | 3 ++-
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (34 lines):
diff -r 2a0cd8c76473 -r ebfdf180eeed lang/kaffe/Makefile
--- a/lang/kaffe/Makefile Tue Sep 06 19:10:57 2005 +0000
+++ b/lang/kaffe/Makefile Tue Sep 06 19:11:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2005/09/06 19:06:24 tonio Exp $
+# $NetBSD: Makefile,v 1.63 2005/09/06 19:11:24 tonio Exp $
#
.include "Makefile.common"
@@ -19,7 +19,6 @@
post-install:
${INSTALL_DATA} ${WRKSRC}/license.terms ${JAVA_HOME}
-.include "../../mk/pthread.buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../mk/java-env.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 2a0cd8c76473 -r ebfdf180eeed lang/kaffe/Makefile.common
--- a/lang/kaffe/Makefile.common Tue Sep 06 19:10:57 2005 +0000
+++ b/lang/kaffe/Makefile.common Tue Sep 06 19:11:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2005/09/06 18:15:32 tonio Exp $
+# $NetBSD: Makefile.common,v 1.7 2005/09/06 19:11:24 tonio Exp $
DISTNAME= kaffe-1.1.5
CATEGORIES= lang java
@@ -51,6 +51,7 @@
CONFIGURE_ARGS+= --with-engine=intrp
.endif
+.include "../../mk/pthread.buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gmp/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index