diff options
author | jschauma <jschauma> | 2003-06-27 02:36:36 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-06-27 02:36:36 +0000 |
commit | 45c1e189cdd7480bf027d16ac1301b9560ee6d23 (patch) | |
tree | 917ed4131dcfcea724538d271d551f394a53a70f /security | |
parent | 2e5f2ed4e589149434cfc23e9ee336b90418317c (diff) | |
download | pkgsrc-45c1e189cdd7480bf027d16ac1301b9560ee6d23.tar.gz |
Make this work on IRIX64.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 7 |
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" |