Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
diff uwsginl-plugin-lang-pypy3/Makefile @ 90:3e92a10a2c96
For the PyPy3-plugin: use the proper shared library name for FreeBSD: libpypy3-co.so.
This is an "EXTRA_PATCHES" for PyPy3.
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Mon, 15 Jun 2020 12:34:20 +0200 |
| parents | 40e8d1ee1651 |
| children | ce09461b99ec |
line wrap: on
line diff
--- a/uwsginl-plugin-lang-pypy3/Makefile Mon Jun 15 12:13:22 2020 +0200 +++ b/uwsginl-plugin-lang-pypy3/Makefile Mon Jun 15 12:34:20 2020 +0200 @@ -26,6 +26,8 @@ .include "${.CURDIR}/../uwsginl/Makefile.gh" +EXTRA_PATCHES= ${.CURDIR}/files/extra + PLIST_FILES= ${PLUGIN_DIR}/${PLUGIN_FILENAME} MAKE_ENV+= UWSGI_PROFILE_OVERRIDE="plugin_build_dir=${STAGEDIR}${PREFIX}/${PLUGIN_DIR};plugin_dir=${PREFIX}/${PLUGIN_DIR}" PYTHON=/usr/local/bin/pypy3
