diff options
Diffstat (limited to 'security/py-amkCrypto/patches/patch-aa')
-rw-r--r-- | security/py-amkCrypto/patches/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/py-amkCrypto/patches/patch-aa b/security/py-amkCrypto/patches/patch-aa new file mode 100644 index 00000000000..0ccfce5b141 --- /dev/null +++ b/security/py-amkCrypto/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/05/07 00:56:48 wiz Exp $ + +--- mxCrypto/Setup.orig Fri Jan 21 02:01:19 2000 ++++ mxCrypto/Setup +@@ -18,10 +18,10 @@ + mxCrypto \ + # + # SSLeay Libs: +- -L/usr/local/ssl/lib -lcrypto \ ++ -Wl,-R${SSLBASE} -L${SSLBASE}/lib -lcrypto \ + # + # SSLeay Include files: +- -I/usr/local/ssl/include \ ++ -I${SSLBASE}/include \ + # + # Some C++ compiler setups "forget" to link to the c++ libs (noteably + # on Solaris), so you might succeed in linking them in by hand: |