Date: Sun, 27 Jun 2021 17:24:19 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: ae162bd98935 - 2021Q2 - graphics/py-pillow: fix build Message-ID: <202106271724.15RHOJrr032107@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae162bd989359e2e599a2b9cb58da87bdec05fab commit ae162bd989359e2e599a2b9cb58da87bdec05fab Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2021-06-27 17:19:56 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2021-06-27 17:19:56 +0000 graphics/py-pillow: fix build As koobs@ reported, my previous commit was bad: error: option --disable-raqm not recognized PR: 255361 Reported by: kai@ --- graphics/py-pillow/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile index 4a47300c872d..e12817ad886a 100644 --- a/graphics/py-pillow/Makefile +++ b/graphics/py-pillow/Makefile @@ -73,7 +73,7 @@ XCB_VARS_OFF= PYDISTUTILS_BUILDARGS+="--disable-xcb" .include <bsd.port.pre.mk> PYDISTUTILS_BUILD_TARGET= build build_ext -PYDISTUTILS_BUILDARGS+= saveopts --disable-raqm +PYDISTUTILS_BUILDARGS+= --disable-raqm saveopts post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PIL/*.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106271724.15RHOJrr032107>