pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bind9 Map "include/bind" to "include" in the build...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c2373348275
branches: trunk
changeset: 480966:5c2373348275
user: tron <tron%pkgsrc.org@localhost>
date: Wed Sep 22 20:37:33 2004 +0000
description:
Map "include/bind" to "include" in the buildlink area so that programs
will pickup the BIND 9 version of e.g. "arpa/nameser.h".
diffstat:
net/bind9/buildlink3.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 25d80c1ddc79 -r 5c2373348275 net/bind9/buildlink3.mk
--- a/net/bind9/buildlink3.mk Wed Sep 22 18:11:39 2004 +0000
+++ b/net/bind9/buildlink3.mk Wed Sep 22 20:37:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2004/04/15 20:20:49 tron Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2004/09/22 20:37:33 tron Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
BIND_BUILDLINK3_MK:= ${BIND_BUILDLINK3_MK}+
@@ -14,6 +14,8 @@
BUILDLINK_DEPENDS.bind+= bind>=9.2.2
BUILDLINK_RECOMMENDED.bind?= bind>=9.2.3nb4
BUILDLINK_PKGSRCDIR.bind?= ../../net/bind9
+
+BUILDLINK_TRANSFORM.bind= -e "s|include/bind/|include/|g"
.endif # BIND_BUILDLINK3_MK
.include "../../security/openssl/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index