pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/host added support for Darwin
details: https://anonhg.NetBSD.org/pkgsrc/rev/32a790351933
branches: trunk
changeset: 519451:32a790351933
user: schwarz <schwarz%pkgsrc.org@localhost>
date: Tue Oct 03 09:04:10 2006 +0000
description:
added support for Darwin
diffstat:
net/host/Makefile | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 6e67d420ba24 -r 32a790351933 net/host/Makefile
--- a/net/host/Makefile Tue Oct 03 08:52:58 2006 +0000
+++ b/net/host/Makefile Tue Oct 03 09:04:10 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/09/09 02:43:11 obache Exp $
+# $NetBSD: Makefile,v 1.14 2006/10/03 09:04:10 schwarz Exp $
DISTNAME= host-20040812
CATEGORIES= net
@@ -15,4 +15,11 @@
MAKE_FLAGS+= __NetBSD__=1
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Darwin"
+CPPFLAGS+= -DBIND_8_COMPAT
+BUILDLINK_TRANSFORM+= rm:-Wl,--warn-common
+BUILDLINK_TRANSFORM+= rm:-static
+.endif
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index