Mercurial > hgrepos > FreeBSD > ports > PyPy
diff Makefile @ 87:a712910242ac
Mark FORPYIMPL39 as broken because of a missing make target in the generated Makefile.
This seems to be a bug in upstream PyPy3.9.
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Wed, 05 Oct 2022 16:27:30 +0200 |
| parents | 56d0e959bcf0 |
| children | 65740e6677b6 |
line wrap: on
line diff
--- a/Makefile Wed Oct 05 15:40:21 2022 +0200 +++ b/Makefile Wed Oct 05 16:27:30 2022 +0200 @@ -64,6 +64,8 @@ FORPYIMPL38_EXTRA_PATCHES= ${PATCHDIR}/py38 FORPYIMPL39_EXTRA_PATCHES= ${PATCHDIR}/py39 +FORPYIMPL39_BROKEN= Broken because of unexisting make target `pypy3-c` + PACKAGE_ARGS= --without-sqlite3 --without-_tkinter pre-install:
