summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-06-27 02:36:36 +0000
committerjschauma <jschauma@pkgsrc.org>2003-06-27 02:36:36 +0000
commite4114ffbdd4688944277250f2ba3641f7a282323 (patch)
tree917ed4131dcfcea724538d271d551f394a53a70f /security
parent7ad68d53f08e85cfae66bbf71d23d039b68ff4e3 (diff)
downloadpkgsrc-e4114ffbdd4688944277250f2ba3641f7a282323.tar.gz
Make this work on IRIX64.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile7
1 files changed, 6 insertions, 1 deletions
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"