summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-01-14 01:51:12 +0000
committertron <tron@pkgsrc.org>2001-01-14 01:51:12 +0000
commitcc4979a399fdb6056e236c3be8982b3ff1e23169 (patch)
treee67e9a2cc22235238ccb1a1b5a451a6c9ab117c4 /security
parent91e9aeb115000f6c4d0baae2e9e97db704e0ac03 (diff)
downloadpkgsrc-cc4979a399fdb6056e236c3be8982b3ff1e23169.tar.gz
Don't force to use WS 5.0 on Solaris.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/openssl/patches/patch-aa b/security/openssl/patches/patch-aa
new file mode 100644
index 00000000000..6d4517c354d
--- /dev/null
+++ b/security/openssl/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.4 2001/01/14 01:51:12 tron Exp $
+
+--- config.orig Tue Mar 14 00:52:44 2000
++++ config Sun Jan 14 02:10:07 2001
+@@ -324,6 +324,7 @@
+ CC=cc
+ fi
+
++if false; then
+ if [ "$SYSTEM" = "SunOS" ]; then
+ # check for WorkShop C, expected output is "cc: blah-blah C x.x"
+ CCVER=`(cc -V 2>&1) 2>/dev/null | \
+@@ -340,6 +341,7 @@
+ elif [ "$CC" = "cc" -a $CCVER -gt 0 ]; then
+ CC=sc3
+ fi
++fi
+ fi
+
+ if [ "${SYSTEM}-${MACHINE}" = "Linux-alpha" ]; then