diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-21 15:48:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-21 15:48:52 +0000 |
commit | 66a6f45a9db0634975f9c816fa39b8ae55cf1a28 (patch) | |
tree | 82450399d0b945096faace22827fb264248865b0 /security/openssl | |
parent | fabf70b018710236646f8490c07f723af8d1208c (diff) | |
download | pkgsrc-66a6f45a9db0634975f9c816fa39b8ae55cf1a28.tar.gz |
Fix typo in previous. From PR 49131.
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 93668c249ec..f0497b5ce37 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.196 2014/08/21 08:02:56 wiz Exp $ +# $NetBSD: Makefile,v 1.197 2014/08/21 15:48:52 wiz Exp $ DISTNAME= openssl-1.0.1i MASTER_SITES= http://ftp.openssl.org/source/ @@ -94,13 +94,13 @@ CONFIGURE_SCRIPT= ./Configure .if defined(ABI) && ${ABI} == "64" .if !empty(CC_VERSION:Mgcc*) CONFIGURE_ARGS+= aix64-gcc -.elif +.else CONFIGURE_ARGS+= aix64-cc .endif .else .if !empty(CC_VERSION:Mgcc*) CONFIGURE_ARGS+= aix-gcc -.elif +.else CONFIGURE_ARGS+= aix-cc .endif .endif |