Add note about needing WITH_THREADS defined with python for this to work.
PR: ports/66760 Submitted by: Michael Johnson (maintainer)
This commit is contained in:
parent
92b939d8a6
commit
a3406e0fe3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109641
2 changed files with 12 additions and 0 deletions
|
@ -20,4 +20,10 @@ USE_BZIP2= yes
|
|||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "===>"
|
||||
@${ECHO_MSG} "===> For qtorrent to work you need to compile"
|
||||
@${ECHO_MSG} "===> python WITH_THREADS defined, it is default"
|
||||
@${ECHO_MSG} "===>"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -20,4 +20,10 @@ USE_BZIP2= yes
|
|||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "===>"
|
||||
@${ECHO_MSG} "===> For qtorrent to work you need to compile"
|
||||
@${ECHO_MSG} "===> python WITH_THREADS defined, it is default"
|
||||
@${ECHO_MSG} "===>"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue