aboutsummaryrefslogtreecommitdiff
path: root/security/py-pycryptodomex
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-06-17 21:44:44 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-06-17 21:44:44 +0000
commit366c31684799d4cc8b14c538ca4f5e452ff539d5 (patch)
tree9b008118dda4a9e944320ec32d1a1665bc424a42 /security/py-pycryptodomex
parentb6fddd8dae0012d12ab26530f8bbf0551b579dec (diff)
downloadports-366c31684799d4cc8b14c538ca4f5e452ff539d5.tar.gz
ports-366c31684799d4cc8b14c538ca4f5e452ff539d5.zip
security/py-pycryptodomex: Fix build by creating a special file in WRKSRC
See https://github.com/Legrandin/pycryptodome/blob/v3.6.1/setup.py#L39-L48 PR: 225217 Reported by: John W. O'Brien <john@saltant.com> (maintainer)
Notes
Notes: svn path=/head/; revision=472640
Diffstat (limited to 'security/py-pycryptodomex')
-rw-r--r--security/py-pycryptodomex/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/py-pycryptodomex/Makefile b/security/py-pycryptodomex/Makefile
index c06dcf8e2492..8818e8b838a4 100644
--- a/security/py-pycryptodomex/Makefile
+++ b/security/py-pycryptodomex/Makefile
@@ -8,4 +8,7 @@ MASTERDIR= ${.CURDIR}/../py-pycryptodome
NAMESPACE= Cryptodome
+pre-build:
+ @${TOUCH} ${WRKSRC}/.separate_namespace
+
.include "${MASTERDIR}/Makefile"