summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortez <tez@pkgsrc.org>2013-03-14 13:53:18 +0000
committertez <tez@pkgsrc.org>2013-03-14 13:53:18 +0000
commita53aa08b3991b5de02887c1ebe09a087f0e4c2a2 (patch)
tree21b39efd57af9f2a3be076a648e10369d9c9cd12 /security
parent141fe3d7f8a93cd6d916663644a3716ede171656 (diff)
downloadpkgsrc-a53aa08b3991b5de02887c1ebe09a087f0e4c2a2.tar.gz
Fix build on Solaris
(per http://old.nabble.com/Re%3A-build-problem-p34365918.html)
Diffstat (limited to 'security')
-rw-r--r--security/mit-krb5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile
index 5eab6180ee5..319b5e8aba6 100644
--- a/security/mit-krb5/Makefile
+++ b/security/mit-krb5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2013/03/13 12:35:40 adam Exp $
+# $NetBSD: Makefile,v 1.67 2013/03/14 13:53:18 tez Exp $
DISTNAME= krb5-1.10.4
PKGNAME= mit-${DISTNAME}
@@ -46,6 +46,7 @@ CONFIGURE_ARGS+= --disable-thread-support
CONFIGURE_ARGS+= --without-tcl
CONFIGURE_ARGS+= --enable-pkgsrc-libtool
MAKE_ENV+= ROOT_USER=${ROOT_USER}
+LIBS.SunOS= -lrt
PATCH_DIST_ARGS= -d ${WRKSRC} -p2