Mercurial > hgrepos > FreeBSD > ports > PyPy
changeset 59:e25be229d3b6
Order of LOCALBASE
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Wed, 10 Jan 2024 15:18:16 +0100 |
| parents | 4d4875f64305 |
| children | 4a2bf3c9eb24 |
| files | Makefile |
| diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Jan 09 21:55:22 2024 +0100 +++ b/Makefile Wed Jan 10 15:18:16 2024 +0100 @@ -35,7 +35,7 @@ PYPY_DESC= Use PyPy to translate (fastest, highest memory usage) PYPY_MINMEM_DESC= Use PyPy to translate (lowest memory usage) TRANS_DESC= Translation method -LOCALBASE?= /usr/local + # Only allow building with pypy if it wouldn't cause a dependency loop (pypy depending on itself) .if exists(${LOCALBASE}/bin/pypy) || ${PORTNAME} != pypy OPTIONS_SINGLE_TRANS+= PYPY PYPY_MINMEM @@ -48,6 +48,8 @@ OPTIONS_SLAVE= PYTHON .endif +LOCALBASE?= /usr/local + ALL_TARGET= ${PYPY_EXECUTABLE} BUILD_WRKSRC?= ${WRKDIR}/build/usession-${PORTNAME}-0/testing_1 MAKE_ENV+= PYPY_LOCALBASE=${LOCALBASE} LDSHARED="${CC} -shared"
