1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

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)
This commit is contained in:
Yuri Victorovich 2018-06-17 21:44:44 +00:00
parent b6fddd8dae
commit 366c316847
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472640

View File

@ -8,4 +8,7 @@ MASTERDIR= ${.CURDIR}/../py-pycryptodome
NAMESPACE= Cryptodome
pre-build:
@${TOUCH} ${WRKSRC}/.separate_namespace
.include "${MASTERDIR}/Makefile"