Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
changeset 79:badbe8b61265
All plugins by default use the PATCHDIR of the uwsginl binary.
So: All plugin-specific patches should be done there.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 14 Jun 2020 22:16:10 +0200 |
| parents | 2b8606346ec7 |
| children | 2500587e4a5e |
| files | uwsginl-plugin-lang-py3/Makefile uwsginl-plugin-lang-pypy3/Makefile |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/uwsginl-plugin-lang-py3/Makefile Sun Jun 14 21:00:58 2020 +0200 +++ b/uwsginl-plugin-lang-py3/Makefile Sun Jun 14 22:16:10 2020 +0200 @@ -49,6 +49,9 @@ # The complete basename of the plugin PLUGIN_FILENAME= ${PLUGIN_NAME}_plugin.so +# Use the PATCHDIR of the binary executable by default +PATCHDIR?= ${.CURDIR}/../uwsginl/files + do-configure: @${DO_NADA}
--- a/uwsginl-plugin-lang-pypy3/Makefile Sun Jun 14 21:00:58 2020 +0200 +++ b/uwsginl-plugin-lang-pypy3/Makefile Sun Jun 14 22:16:10 2020 +0200 @@ -40,6 +40,9 @@ # The complete basename of the plugin PLUGIN_FILENAME= ${PLUGIN_NAME}_plugin.so +# Use the PATCHDIR of the binary executable by default +PATCHDIR?= ${.CURDIR}/../uwsginl/files + do-configure: @${DO_NADA}
