pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssl Check for GCC on IRIX instead of assu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c98c5b6f6346
branches:  trunk
changeset: 522124:c98c5b6f6346
user:      cbiere <cbiere%pkgsrc.org@localhost>
date:      Sun Dec 03 14:49:56 2006 +0000

description:
Check for GCC on IRIX instead of assuming the native compiler is used.

diffstat:

 security/openssl/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 4c636aaaa41a -r c98c5b6f6346 security/openssl/Makefile
--- a/security/openssl/Makefile Sun Dec 03 13:06:15 2006 +0000
+++ b/security/openssl/Makefile Sun Dec 03 14:49:56 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2006/09/30 04:20:24 taca Exp $
+# $NetBSD: Makefile,v 1.118 2006/12/03 14:49:56 cbiere Exp $
 
 OPENSSL_SNAPSHOT?=     # empty
 OPENSSL_STABLE?=       # empty
@@ -71,7 +71,11 @@
 CONFIGURE_ARGS+=       no-asm
 .  if ${ABI} == "64"
 CONFIGURE_SCRIPT=      ./Configure
+.    if !empty(CC_VERSION:Mgcc*)
+CONFIGURE_ARGS+=       irix64-mips4-gcc
+.    else
 CONFIGURE_ARGS+=       irix64-mips4-cc
+.    endif
 .  endif
 .endif
 



Home | Main Index | Thread Index | Old Index