pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ssh Depend on zlib if we are using IRIX. Repo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5470a751a90f
branches:  trunk
changeset: 469217:5470a751a90f
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Feb 21 06:30:05 2004 +0000

description:
Depend on zlib if we are using IRIX. Reported by Georg Schwarz in
PR pkg/24423.

diffstat:

 security/ssh/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6ecbe71445ea -r 5470a751a90f security/ssh/Makefile
--- a/security/ssh/Makefile     Sat Feb 21 06:28:57 2004 +0000
+++ b/security/ssh/Makefile     Sat Feb 21 06:30:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.107 2003/07/24 20:59:04 jwise Exp $
+# $NetBSD: Makefile,v 1.108 2004/02/21 06:30:05 xtraeme Exp $
 # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
 #
 
@@ -41,7 +41,7 @@
 CONFIGURE_ARGS+=       --with-libwrap
 .endif
 
-.if ${OPSYS} == "SunOS"
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "IRIX"
 DEPENDS+=              zlib-[0-9]*:../../devel/zlib
 CONFIGURE_ENV+=                X_CFLAGS="-I${LOCALBASE}/include"
 .endif



Home | Main Index | Thread Index | Old Index