pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/kdevelop-base Include compiler.mk before includi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/04ccc814217c
branches: trunk
changeset: 539004:04ccc814217c
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Feb 23 11:38:36 2008 +0000
description:
Include compiler.mk before including db4/buildlink3.mk
Otherwise, f2c is not added correctly as build dependency, because
the f2c/buildlink3.mk file is included at BUILDLINK_DEPTH "+".
Problem described on tech-pkg, no comments, so I commit this workaround.
diffstat:
devel/kdevelop-base/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r f164386cdf59 -r 04ccc814217c devel/kdevelop-base/Makefile
--- a/devel/kdevelop-base/Makefile Sat Feb 23 05:26:01 2008 +0000
+++ b/devel/kdevelop-base/Makefile Sat Feb 23 11:38:36 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2008/02/20 10:24:09 markd Exp $
+# $NetBSD: Makefile,v 1.72 2008/02/23 11:38:36 wiz Exp $
DISTNAME= kdevelop-3.5.1
PKGNAME= kdevelop-base-3.5.1
@@ -55,6 +55,9 @@
.include "../../meta-pkgs/kde3/kde3.mk"
+# XXX: need to include compiler.mk before including db4/buildlink3.mk,
+# otherwise f2c is not added as a dependency correctly
+.include "../../mk/compiler.mk"
.include "../../databases/db4/buildlink3.mk"
.include "../../devel/kdesdk3/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index