summaryrefslogtreecommitdiff
path: root/net/host
diff options
context:
space:
mode:
authorobache <obache>2010-09-29 12:27:47 +0000
committerobache <obache>2010-09-29 12:27:47 +0000
commitaf1954b2748317b589c5682597c5fa898d9395d4 (patch)
treecbee195a34bafd9e518dab2b692ede1b826d7509 /net/host
parentbb0f462b29ec6299a448cb84830b9c5e693be8b2 (diff)
downloadpkgsrc-af1954b2748317b589c5682597c5fa898d9395d4.tar.gz
Add some tricks to build on Solaris.
PR#43924.
Diffstat (limited to 'net/host')
-rw-r--r--net/host/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/host/Makefile b/net/host/Makefile
index fe3de004838..e06e602f977 100644
--- a/net/host/Makefile
+++ b/net/host/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2010/09/29 12:24:48 obache Exp $
+# $NetBSD: Makefile,v 1.21 2010/09/29 12:27:47 obache Exp $
DISTNAME= host-20040812
CATEGORIES= net
@@ -25,6 +25,11 @@ CPPFLAGS+= -DBIND_8_COMPAT
BUILDLINK_TRANSFORM+= rm:-Wl,--warn-common
BUILDLINK_TRANSFORM+= rm:-static
.endif
+.if ${OPSYS} == "SunOS"
+LDFLAGS+= -lresolve -lsocket -lnsl
+BUILDLINK_TRANSFORM+= rm:-Wl,--warn-common
+BUILDLINK_TRANSFORM+= rm:-static
+.endif
.if !empty(MACHINE_PLATFORM:MIRIX-5*)
CPPFLAGS+= -DIRIX5
.endif