pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-m2crypto Fix build on at least SunOS by po...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27adaf1a59e1
branches:  trunk
changeset: 622116:27adaf1a59e1
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri Jul 26 09:50:21 2013 +0000

description:
Fix build on at least SunOS by pointing to real OpenSSL.

diffstat:

 security/py-m2crypto/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3808ec80134f -r 27adaf1a59e1 security/py-m2crypto/Makefile
--- a/security/py-m2crypto/Makefile     Fri Jul 26 09:39:13 2013 +0000
+++ b/security/py-m2crypto/Makefile     Fri Jul 26 09:50:21 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2013/02/06 23:23:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.30 2013/07/26 09:50:21 fhajny Exp $
 #
 
 DISTNAME=              M2Crypto-0.21.1
@@ -18,6 +18,8 @@
 # -- wiz 20060115
 BUILDLINK_API_DEPENDS.openssl+=        openssl>=0.9.7i{,nb*}
 
+PYSETUPBUILDARGS=      build_ext --openssl=${BUILDLINK_PREFIX.openssl}
+
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/egg.mk"
 .include "../../devel/swig/buildlink3.mk"



Home | Main Index | Thread Index | Old Index