summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-08-21 16:26:20 +0000
committerjperkin <jperkin>2014-08-21 16:26:20 +0000
commitcbef26e5def2b3b2cf7def159ad0d429bf871da1 (patch)
tree2eb39b839b7dbbbfbc992a7d100e0f44918762bd
parent6849b5381856d37d539d37d968b6e207e5feade8 (diff)
downloadpkgsrc-cbef26e5def2b3b2cf7def159ad0d429bf871da1.tar.gz
Fix build on SunOS (needs explicit -lnsl -lresolv).
-rw-r--r--security/qident/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/qident/Makefile b/security/qident/Makefile
index a01af4fd7b1..8c90e8efe1c 100644
--- a/security/qident/Makefile
+++ b/security/qident/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2012/10/23 18:16:56 asau Exp $
+# $NetBSD: Makefile,v 1.12 2014/08/21 16:26:20 jperkin Exp $
DISTNAME= qident-1.2
CATEGORIES= security net
@@ -11,6 +11,8 @@ COMMENT= Small program to query an ident protocol server (rfc1413)
USE_BSD_MAKEFILE= YES
USE_TOOLS+= groff nroff
+LDFLAGS.SunOS+= -lnsl -lresolv
+
MANCOMPRESSED_IF_MANZ= YES
INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1