pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/pkgconfig 0.17 introduced:
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e620a464a59
branches: trunk
changeset: 492726:0e620a464a59
user: drochner <drochner%pkgsrc.org@localhost>
date: Mon Apr 18 17:02:50 2005 +0000
description:
0.17 introduced:
* configure.in: Try to detect whether this architecture supports
inter-library dependencies. If so, we default to assuming that
this support is used and link to the minimal set of libraries
rather than traversing the full depends set.
This breaks a number of pkgs, so disable it for now. Bump PKGREVISION.
diffstat:
devel/pkgconfig/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r f98a1043bde7 -r 0e620a464a59 devel/pkgconfig/Makefile
--- a/devel/pkgconfig/Makefile Mon Apr 18 16:59:40 2005 +0000
+++ b/devel/pkgconfig/Makefile Mon Apr 18 17:02:50 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2005/04/17 20:23:36 hira Exp $
+# $NetBSD: Makefile,v 1.25 2005/04/18 17:02:50 drochner Exp $
#
DISTNAME= pkgconfig-0.17.2
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.freedesktop.org/software/pkgconfig/releases/
@@ -17,6 +18,10 @@
.include "../../mk/bsd.prefs.mk"
+# without indirect-deps, it would rely on inter-library dependencies
+# which we are not ready for
+CONFIGURE_ARGS+= --enable-indirect-deps
+
.if ${OPSYS} == "IRIX"
# configure bails out in subdir after re-parsing the cache
CONFIGURE_ARGS+= --cache-file=/dev/null
Home |
Main Index |
Thread Index |
Old Index