From 45c1e189cdd7480bf027d16ac1301b9560ee6d23 Mon Sep 17 00:00:00 2001 From: jschauma Date: Fri, 27 Jun 2003 02:36:36 +0000 Subject: Make this work on IRIX64. --- security/openssl/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 4a4c1886166..feac4edf79e 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2003/06/10 18:02:26 jschauma Exp $ +# $NetBSD: Makefile,v 1.71 2003/06/27 02:36:36 jschauma Exp $ DISTNAME= openssl-0.9.6g PKGREVISION= 2 @@ -77,4 +77,9 @@ CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS+= solaris-${SPARC_TARGET_ARCH}-${CC:C|.*/||} .endif +.if ${OPSYS} == "IRIX" && ${ABI} =="64" +CONFIGURE_SCRIPT= Configure +CONFIGURE_ARGS+= irix64-mips4-cc +.endif + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3