summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-01 17:12:00 +0000
committertv <tv@pkgsrc.org>1999-05-01 17:12:00 +0000
commitf9516c43f3086ff164db6b1df0f22c036d3a9f1a (patch)
treea5c7a572f432b8ba4d88dad4d631dd27bd78fc6c /security
parentcd816b474f7874fd1f79e0494db677c7f7d64a0b (diff)
downloadpkgsrc-f9516c43f3086ff164db6b1df0f22c036d3a9f1a.tar.gz
Fix m68k compile as provided by <fb@enteract.com> in pkg/7152.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/patches/patch-aj13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/openssl/patches/patch-aj b/security/openssl/patches/patch-aj
new file mode 100644
index 00000000000..8e729c4500f
--- /dev/null
+++ b/security/openssl/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 1999/05/01 17:12:00 tv Exp $
+
+--- crypto/bn/bn_div.c.orig Sat May 1 13:10:52 1999
++++ crypto/bn/bn_div.c Sat May 1 13:11:42 1999
+@@ -61,7 +61,7 @@
+ #include "bn_lcl.h"
+
+ /* The old slow way */
+-#if 0
++#if defined(__NetBSD__) && defined(__m68k__) && (__GNUC_MINOR__ == 91)
+ int BN_div(dv, rem, m, d,ctx)
+ BIGNUM *dv;
+ BIGNUM *rem;