mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
graphics/py-pillow: fix build
As koobs@ reported, my previous commit was bad: error: option --disable-raqm not recognized PR: 255361 Reported by: kai@
This commit is contained in:
parent
3a6240c212
commit
ae162bd989
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue